summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/resource_sanitizer.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/resource_sanitizer.out')
-rw-r--r--cli/tests/testdata/test/resource_sanitizer.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/resource_sanitizer.out b/cli/tests/testdata/test/resource_sanitizer.out
index 55ee74506..847fe9606 100644
--- a/cli/tests/testdata/test/resource_sanitizer.out
+++ b/cli/tests/testdata/test/resource_sanitizer.out
@@ -1,10 +1,10 @@
Check [WILDCARD]/test/resource_sanitizer.ts
-running 1 test from test/resource_sanitizer.ts
+running 1 test from ./test/resource_sanitizer.ts
leak ... FAILED ([WILDCARD])
failures:
-test/resource_sanitizer.ts > leak
+./test/resource_sanitizer.ts > leak
AssertionError: Test case is leaking 2 resources:
- The stdin pipe (rid 0) was opened before the test started, but was closed during the test. Do not close resources in a test that were not created during that test.
@@ -14,7 +14,7 @@ AssertionError: Test case is leaking 2 resources:
failures:
- test/resource_sanitizer.ts
+ ./test/resource_sanitizer.ts
leak
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])