From fcb20ab952fb78cd3069239a25f8e24d49cca541 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 28 Sep 2022 13:52:10 -0400 Subject: chore: fix flaky integration::lint::compact (#16075) --- cli/tests/testdata/lint/expected_compact.out | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cli/tests/testdata/lint/expected_compact.out') diff --git a/cli/tests/testdata/lint/expected_compact.out b/cli/tests/testdata/lint/expected_compact.out index 03b77faa1..d1b2b922b 100644 --- a/cli/tests/testdata/lint/expected_compact.out +++ b/cli/tests/testdata/lint/expected_compact.out @@ -1,5 +1,4 @@ [WILDCARD]file1.js: line 1, col 1 - Ignore directive requires lint rule name(s) (ban-untagged-ignore) [WILDCARD]file1.js: line 2, col 15 - Empty block statement (no-empty) -[WILDCARD]file2.ts: line 3, col 14 - Empty block statement (no-empty) -Found 3 problems -Checked 2 files +Found 2 problems +Checked 1 file -- cgit v1.2.3