diff options
Diffstat (limited to 'test_napi/cleanup_hook_test.js')
-rw-r--r-- | test_napi/cleanup_hook_test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_napi/cleanup_hook_test.js b/test_napi/cleanup_hook_test.js index 15741b60a..30ceae470 100644 --- a/test_napi/cleanup_hook_test.js +++ b/test_napi/cleanup_hook_test.js @@ -12,7 +12,6 @@ if (import.meta.main) { const { stdout, stderr, code } = await new Deno.Command(Deno.execPath(), { args: [ "run", - "--enable-testing-features-do-not-use", "--allow-read", "--allow-run", "--allow-ffi", |