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