diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-04 00:17:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-04 00:17:52 +0200 |
| commit | 5addba2abc2e384e751e8884b4ac3219688c2473 (patch) | |
| tree | a5249a82092909f32a852a910e5e144ddeffa497 /cli/tests/test/finally_timeout.out | |
| parent | ffa75be48044255ed49a822a7a61a2a130123a4a (diff) | |
refactor: use primordials in runtime/, part2 (#11248)
Diffstat (limited to 'cli/tests/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/test/finally_timeout.out | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/tests/test/finally_timeout.out b/cli/tests/test/finally_timeout.out index e652194e5..40fde60f5 100644 --- a/cli/tests/test/finally_timeout.out +++ b/cli/tests/test/finally_timeout.out @@ -8,11 +8,11 @@ failures: error Error: fail at [WILDCARD]/test/finally_timeout.ts:4:11 - at asyncOpSanitizer (deno:runtime/js/40_testing.js:21:15) - at resourceSanitizer (deno:runtime/js/40_testing.js:58:13) - at exitSanitizer (deno:runtime/js/40_testing.js:85:15) - at runTest (deno:runtime/js/40_testing.js:199:13) - at Object.runTests (deno:runtime/js/40_testing.js:244:13) + at asyncOpSanitizer (deno:runtime/js/40_testing.js:35:15) + at resourceSanitizer (deno:runtime/js/40_testing.js:72:13) + at exitSanitizer (deno:runtime/js/40_testing.js:99:15) + at runTest (deno:runtime/js/40_testing.js:218:13) + at Object.runTests (deno:runtime/js/40_testing.js:264:13) at [WILDCARD]/$deno$test.js:1:27 failures: |
