summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-06-23 12:52:48 +0200
committerGitHub <noreply@github.com>2023-06-23 12:52:48 +0200
commitf81027ae9f5646ddfa06046836001aaa726c4025 (patch)
tree38adc1ad4b5c8883a3977216d720aca68f620496 /cli/tests
parent76f85a783e3ba4064027f581eb1fecf2ecba9de0 (diff)
fix(serde_v8): Do not coerce values in serde_v8 (#19569)
Fixes #19568 Values are not coerced to the desired type during deserialisation. This makes serde_v8 stricter. --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/run/ffi/unstable_ffi_18.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/ffi/unstable_ffi_18.js b/cli/tests/testdata/run/ffi/unstable_ffi_18.js
index d222a7b7d..fe6530aaa 100644
--- a/cli/tests/testdata/run/ffi/unstable_ffi_18.js
+++ b/cli/tests/testdata/run/ffi/unstable_ffi_18.js
@@ -1 +1 @@
-Deno[Deno.internal].core.ops.op_ffi_ptr_create(null);
+Deno[Deno.internal].core.ops.op_ffi_ptr_create(1);