Skip to content

Commit 58e81b7

Browse files
committed
Fix OrSpec for Dotty
1 parent 734b3f3 commit 58e81b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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-
"OrSpec.scala", // Compilation error to be investigated further.
153152
"PrettifierSpec.scala", // Test failed with java.lang.IllegalAccessException
154153
"RequirementsSpec.scala", // Error during macro expansion
155154
"TolerantEquivalenceSpec.scala", // Compilation error to be investigated further.

0 commit comments

Comments
 (0)