Skip to content

Commit b0cfb0d

Browse files
authored
Merge pull request #12181 from dotty-staging/fix-idem-backport
Backport: Fix typo in file name
2 parents 44f1dc2 + 497925d commit b0cfb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)