Skip to content

Commit a4129f2

Browse files
authored
Merge pull request #12164 from dotty-staging/fix-idem
Fix typo in file name
2 parents 6b8ce2c + 8c3aeb5 commit a4129f2

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)