diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-07-05 16:26:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 10:26:57 +0200 |
| commit | c4cc353d594edae121fd1e8fcd5c85d4ae0d0988 (patch) | |
| tree | 3802b914ded534810ecd2bffb38113610fba6dc9 /cli/tests/test/finally_timeout.out | |
| parent | 6a4769670df5ea3653a110474af0ec2ca79eeb0b (diff) | |
refactor(runtime): reduce duplication in test harness (#11274)
Diffstat (limited to 'cli/tests/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/test/finally_timeout.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/test/finally_timeout.out b/cli/tests/test/finally_timeout.out index 40fde60f5..b6c997a89 100644 --- a/cli/tests/test/finally_timeout.out +++ b/cli/tests/test/finally_timeout.out @@ -11,8 +11,8 @@ Error: fail 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 runTest (deno:runtime/js/40_testing.js:206:13) + at Object.runTests (deno:runtime/js/40_testing.js:249:28) at [WILDCARD]/$deno$test.js:1:27 failures: |
