From 6137c8046d2d1bf4145a72aa634270c7aaf23341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 3 Jul 2021 16:58:08 +0200 Subject: refactor: use primordials in runtime/, part1 (#11241) --- cli/tests/test/exit_sanitizer.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests') 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 -- cgit v1.2.3