summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/ops_sanitizer_unstable.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-04-01 21:20:16 +0100
committerGitHub <noreply@github.com>2023-04-01 16:20:16 -0400
commite5588d2f1eb84947c8691fffbcf719a73557a3f5 (patch)
tree2fde86d5178a7670dbf620e854d3f5f7accc150d /cli/tests/testdata/test/ops_sanitizer_unstable.out
parent0210c1cadf305170aa1aa7325ff6f50d78c9f5dc (diff)
fix(test): don't swallow sanitizer errors with permissions (#18550)
Missing `return` from #18246.
Diffstat (limited to 'cli/tests/testdata/test/ops_sanitizer_unstable.out')
-rw-r--r--cli/tests/testdata/test/ops_sanitizer_unstable.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_unstable.out b/cli/tests/testdata/test/ops_sanitizer_unstable.out
index 2d5ab9079..a4f47a749 100644
--- a/cli/tests/testdata/test/ops_sanitizer_unstable.out
+++ b/cli/tests/testdata/test/ops_sanitizer_unstable.out
@@ -10,7 +10,7 @@ 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 fn ([WILDCARD]/testdata/test/ops_sanitizer_unstable.ts:7:5)
at [WILDCARD]
FAILURES