summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/unstable_ffi_3.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/unstable_ffi_3.js')
-rw-r--r--cli/tests/testdata/unstable_ffi_3.js13
1 files changed, 4 insertions, 9 deletions
diff --git a/cli/tests/testdata/unstable_ffi_3.js b/cli/tests/testdata/unstable_ffi_3.js
index 4924d9d67..a8f7f4180 100644
--- a/cli/tests/testdata/unstable_ffi_3.js
+++ b/cli/tests/testdata/unstable_ffi_3.js
@@ -1,10 +1,5 @@
-Deno.core.opAsync("op_ffi_call_ptr_nonblocking", {
- pointer: [0, 0],
- def: {
- name: null,
- parameters: [],
- result: "void",
- },
+Deno.core.opAsync("op_ffi_call_ptr_nonblocking", 0n, {
+ name: null,
parameters: [],
- buffers: [],
-});
+ result: "void",
+}, []);