From c4cc353d594edae121fd1e8fcd5c85d4ae0d0988 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 5 Jul 2021 16:26:57 +0800 Subject: refactor(runtime): reduce duplication in test harness (#11274) --- cli/tests/test/finally_timeout.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/test/finally_timeout.out') 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: -- cgit v1.2.3