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 b7d2a12 commit 168bee0Copy full SHA for 168bee0
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