summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/set_exit_code_2.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/set_exit_code_2.ts')
-rw-r--r--cli/tests/testdata/run/set_exit_code_2.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/set_exit_code_2.ts b/cli/tests/testdata/run/set_exit_code_2.ts
index d68812cae..48469c17d 100644
--- a/cli/tests/testdata/run/set_exit_code_2.ts
+++ b/cli/tests/testdata/run/set_exit_code_2.ts
@@ -1,2 +1,2 @@
-Deno.core.ops.op_set_exit_code(42);
+Deno[Deno.internal].core.ops.op_set_exit_code(42);
// Exits naturally.