diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/run/ffi/unstable_ffi_4.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/ffi/unstable_ffi_4.js b/cli/tests/testdata/run/ffi/unstable_ffi_4.js index 8b4f3d75a..150791233 100644 --- a/cli/tests/testdata/run/ffi/unstable_ffi_4.js +++ b/cli/tests/testdata/run/ffi/unstable_ffi_4.js @@ -1 +1 @@ -Deno.core.ops.op_ffi_ptr_of(new Uint8Array(0)); +Deno.core.ops.op_ffi_ptr_of(new Uint8Array(0), new Uint32Array(2)); |