We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f1dc2 commit 497925dCopy full SHA for 497925d
compiler/test/dotty/tools/dotc/IdempotencyTests.scala
@@ -20,7 +20,7 @@ class IdempotencyTests {
20
21
// Flaky test on Windows
22
// https://github.com/lampepfl/dotty/issues/11885
23
- val filter = FileFilter.exclude("i6507b")
+ val filter = FileFilter.exclude("i6507b.scala")
24
25
@Category(Array(classOf[SlowTests]))
26
@Test def idempotency: Unit = {
0 commit comments