Skip to content

Commit 2195e36

Browse files
committed
Fix TolerantEquivalenceSpec for Dotty
1 parent e8ab5db commit 2195e36

File tree

2 files changed

+48
-49
lines changed

2 files changed

+48
-49
lines changed

project/GenScalacticDotty.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ object GenScalacticDotty {
149149
def genTest(targetDir: File, version: String, scalaVersion: String): Seq[File] =
150150
copyDir("scalactic-test/src/test/scala/org/scalactic", "org/scalactic", targetDir,
151151
List(
152-
"TolerantEquivalenceSpec.scala", // Compilation error to be investigated further.
153152
"TripleEqualsSpec.for210", // Old staff, we shall delete this soon.
154153
"FutureSugarSpec.scala" // instability, occasional timeout in CI
155154
)) ++

0 commit comments

Comments
 (0)