diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-28 00:37:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 00:37:03 +0200 |
commit | 683dbd7f3bdd91c33005b816ad26b82a4343931a (patch) | |
tree | 64c6dd9a572e573040022b22575a1043add84fd0 /cli/tools/test.rs | |
parent | 504482dadd4d8cd9e4105d56ed86802906767f39 (diff) |
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Also conditionally disabled one test if there's not enough space on
device.
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r-- | cli/tools/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs index 3bc0e79aa..0bdcb8860 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -962,7 +962,7 @@ pub async fn test_specifier( if options.trace_ops { worker.js_runtime.execute_script_static( located_script_name!(), - "Deno[Deno.internal].enableOpCallTracing();", + "Deno[Deno.internal].core.enableOpCallTracing();", )?; } worker.dispatch_load_event(located_script_name!())?; |