diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-26 19:57:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 19:57:38 +0200 |
commit | 14aaa73c0200d7fac4aa224d623e28b5955daab9 (patch) | |
tree | b5a0c41f831fefb2d506f323a55570493a216787 /cli/tests/integration/bench_tests.rs | |
parent | 2df6db36c85c27d424d54e9c168ef4ea09c5c08c (diff) |
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Diffstat (limited to 'cli/tests/integration/bench_tests.rs')
-rw-r--r-- | cli/tests/integration/bench_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/bench_tests.rs b/cli/tests/integration/bench_tests.rs index 16ac5852e..2a12be963 100644 --- a/cli/tests/integration/bench_tests.rs +++ b/cli/tests/integration/bench_tests.rs @@ -198,7 +198,7 @@ fn recursive_permissions_pledge() { let context = TestContext::default(); let output = context .new_command() - .args("bench bench/recursive_permissions_pledge.js") + .args("bench --enable-testing-features-do-not-use bench/recursive_permissions_pledge.js") .run(); output.assert_exit_code(1); assert_contains!( |