From 7281775381cda79ef61df27820387dc2c74e0384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 27 Jan 2024 20:37:36 +0100 Subject: Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153) --- cli/tests/testdata/test/resource_sanitizer.out | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cli/tests') 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 -- cgit v1.2.3