summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-03 16:58:08 +0200
committerGitHub <noreply@github.com>2021-07-03 16:58:08 +0200
commit6137c8046d2d1bf4145a72aa634270c7aaf23341 (patch)
tree85428d5bb447b7e17323b4d6187e7b4124d17d68 /cli/tests
parentd4de477ef903e2e47c6427e14f0fe543106b1297 (diff)
refactor: use primordials in runtime/, part1 (#11241)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/test/exit_sanitizer.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/test/exit_sanitizer.out b/cli/tests/test/exit_sanitizer.out
index 186317c78..65d2e454e 100644
--- a/cli/tests/test/exit_sanitizer.out
+++ b/cli/tests/test/exit_sanitizer.out
@@ -8,7 +8,7 @@ failures:
exit(0)
AssertionError: Test case attempted to exit with exit code: 0
- at assert (deno:runtime/js/06_util.js:33:13)
+ at assert (deno:runtime/js/06_util.js:36:13)
at deno:runtime/js/40_testing.js:78:9
at Object.exit (deno:runtime/js/30_os.js:48:7)
at [WILDCARD]/test/exit_sanitizer.ts:2:8
@@ -21,7 +21,7 @@ AssertionError: Test case attempted to exit with exit code: 0
exit(1)
AssertionError: Test case attempted to exit with exit code: 1
- at assert (deno:runtime/js/06_util.js:33:13)
+ at assert (deno:runtime/js/06_util.js:36:13)
at deno:runtime/js/40_testing.js:78:9
at Object.exit (deno:runtime/js/30_os.js:48:7)
at [WILDCARD]/test/exit_sanitizer.ts:6:8
@@ -34,7 +34,7 @@ AssertionError: Test case attempted to exit with exit code: 1
exit(2)
AssertionError: Test case attempted to exit with exit code: 2
- at assert (deno:runtime/js/06_util.js:33:13)
+ at assert (deno:runtime/js/06_util.js:36:13)
at deno:runtime/js/40_testing.js:78:9
at Object.exit (deno:runtime/js/30_os.js:48:7)
at [WILDCARD]/test/exit_sanitizer.ts:10:8