summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/ffi/unstable_ffi_4.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/ffi/unstable_ffi_4.js')
-rw-r--r--cli/tests/testdata/run/ffi/unstable_ffi_4.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/run/ffi/unstable_ffi_4.js b/cli/tests/testdata/run/ffi/unstable_ffi_4.js
deleted file mode 100644
index c62905ead..000000000
--- a/cli/tests/testdata/run/ffi/unstable_ffi_4.js
+++ /dev/null
@@ -1,4 +0,0 @@
-Deno[Deno.internal].core.ops.op_ffi_ptr_of(
- new Uint8Array(0),
- new Uint32Array(2),
-);