diff options
Diffstat (limited to 'cli/tests/testdata/unstable_ffi_2.js')
| -rw-r--r-- | cli/tests/testdata/unstable_ffi_2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/unstable_ffi_2.js b/cli/tests/testdata/unstable_ffi_2.js index fe3d9d709..7f3f34f37 100644 --- a/cli/tests/testdata/unstable_ffi_2.js +++ b/cli/tests/testdata/unstable_ffi_2.js @@ -1,4 +1,4 @@ -Deno.core.opSync("op_ffi_call_ptr", 0n, { +Deno.core.ops.op_ffi_call_ptr(0n, { name: null, parameters: [], result: "void", |
