diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/test/exit_sanitizer.out | 6 |
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 |