From 25b73a366f8b114d05add8b93aa52beb321dcb6e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 25 Mar 2022 12:29:54 +0100 Subject: fix(ext/ffi): enforce unstable check on ops (#14115) --- cli/tests/testdata/unstable_ffi_2.js.out | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/unstable_ffi_2.js.out (limited to 'cli/tests/testdata/unstable_ffi_2.js.out') diff --git a/cli/tests/testdata/unstable_ffi_2.js.out b/cli/tests/testdata/unstable_ffi_2.js.out new file mode 100644 index 000000000..cc4cc3dc6 --- /dev/null +++ b/cli/tests/testdata/unstable_ffi_2.js.out @@ -0,0 +1 @@ +Unstable API 'Deno.UnsafeFnPointer#call'. The --unstable flag must be provided. -- cgit v1.2.3