summaryrefslogtreecommitdiff
path: root/cli/tools/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r--cli/tools/test.rs2
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!())?;