diff options
Diffstat (limited to 'cli/tests/testdata/test/ops_sanitizer_unstable.out')
| -rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_unstable.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_unstable.out b/cli/tests/testdata/test/ops_sanitizer_unstable.out index 98e0a26ff..2d5ab9079 100644 --- a/cli/tests/testdata/test/ops_sanitizer_unstable.out +++ b/cli/tests/testdata/test/ops_sanitizer_unstable.out @@ -6,16 +6,13 @@ leak interval ... FAILED ([WILDCARD]) ERRORS leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD] -error: AssertionError: Test case is leaking async ops. - - - 1 async operation to sleep for a duration was started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operation was started here: +error: Leaking async ops: + - 1 async operation to sleep for a duration was started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operation was started here: at [WILDCARD] at setInterval ([WILDCARD]) at [WILDCARD]/testdata/test/ops_sanitizer_unstable.ts:3:3 at [WILDCARD] - at [WILDCARD] - FAILURES leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD] |
