diff options
Diffstat (limited to 'cli/tests/testdata/test/ops_sanitizer_unstable.out')
-rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_unstable.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_unstable.out b/cli/tests/testdata/test/ops_sanitizer_unstable.out index b6a45cb20..71fc12191 100644 --- a/cli/tests/testdata/test/ops_sanitizer_unstable.out +++ b/cli/tests/testdata/test/ops_sanitizer_unstable.out @@ -1,11 +1,11 @@ Check [WILDCARD]/testdata/test/ops_sanitizer_unstable.ts -running 2 tests from test/ops_sanitizer_unstable.ts +running 2 tests from ./test/ops_sanitizer_unstable.ts no-op ... ok ([WILDCARD]) leak interval ... FAILED ([WILDCARD]) failures: -test/ops_sanitizer_unstable.ts > leak interval +./test/ops_sanitizer_unstable.ts > leak interval 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: @@ -16,7 +16,7 @@ Test case is leaking async ops. failures: - test/ops_sanitizer_unstable.ts + ./test/ops_sanitizer_unstable.ts leak interval test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) |