summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-27 20:37:36 +0100
committerGitHub <noreply@github.com>2024-01-27 20:37:36 +0100
commit7281775381cda79ef61df27820387dc2c74e0384 (patch)
tree14a89942587036f582feda6d49986171987d8542 /cli/tests/testdata
parentcc0a3721275398a5b081ba5ee8e13fa2410ada04 (diff)
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/test/resource_sanitizer.out6
1 files changed, 2 insertions, 4 deletions
diff --git a/cli/tests/testdata/test/resource_sanitizer.out b/cli/tests/testdata/test/resource_sanitizer.out
index 655dd2a17..a0e916654 100644
--- a/cli/tests/testdata/test/resource_sanitizer.out
+++ b/cli/tests/testdata/test/resource_sanitizer.out
@@ -6,10 +6,8 @@ leak ... FAILED ([WILDCARD])
leak => ./test/resource_sanitizer.ts:[WILDCARD]
error: Leaking resources:
-[UNORDERED_START]
- - The stdin pipe 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.
- - A file was opened during the test, but not closed during the test. Close the file handle by calling `file.close()`.
-[UNORDERED_END]
+ - 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.
+ - A file (rid 3) was opened during the test, but not closed during the test. Close the file handle by calling `file.close()`.
FAILURES