Skip to content

Commit 168bee0

Browse files
committed
Fix typo in file name
Somehow we mistakenly thought it's a directory.
1 parent b7d2a12 commit 168bee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/IdempotencyTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class IdempotencyTests {
2020

2121
// Flaky test on Windows
2222
// https://github.com/lampepfl/dotty/issues/11885
23-
val filter = FileFilter.exclude("i6507b")
23+
val filter = FileFilter.exclude("i6507b.scala")
2424

2525
@Category(Array(classOf[SlowTests]))
2626
@Test def idempotency: Unit = {

0 commit comments

Comments
 (0)