From 8c3aeb529fcc2c7c627d85167ffa311531374d17 Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Wed, 21 Apr 2021 08:25:58 +0200 Subject: [PATCH] Fix typo in file name Somehow we mistakenly thought it's a directory. --- compiler/test/dotty/tools/dotc/IdempotencyTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/dotc/IdempotencyTests.scala b/compiler/test/dotty/tools/dotc/IdempotencyTests.scala index 66988a8f2408..dabadabb107c 100644 --- a/compiler/test/dotty/tools/dotc/IdempotencyTests.scala +++ b/compiler/test/dotty/tools/dotc/IdempotencyTests.scala @@ -20,7 +20,7 @@ class IdempotencyTests { // Flaky test on Windows // https://github.com/lampepfl/dotty/issues/11885 - val filter = FileFilter.exclude("i6507b") + val filter = FileFilter.exclude("i6507b.scala") @Category(Array(classOf[SlowTests])) @Test def idempotency: Unit = {