Skip to content

Commit 5f1fda1

Browse files
committed
CanEqualSpec, FutureSugarSpec and TrySugarSpec now green in Dotty.
1 parent 9082a49 commit 5f1fda1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/GenScalacticDotty.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,22 +149,19 @@ 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-
"CanEqualSpec.scala", // NotImplementedError
153152
"ChainSpec.scala", // Compilation error to be investigated further
154153
"DecidersSpec.scala", // Compilation error to be investigated further
155154
"DifferSpec.scala", // Test failed when run to be investigate further.
156155
"DirectRequirementsSpec.scala", // macro expansion error: invalid prefix NoType
157156
"EverySpec.scala", // Compilation error to be investigated further
158-
"FutureSugarSpec.scala", // Implementation missing
159157
"NormalizationSpec.scala", // Compilation error to be investigated further.
160158
"NormMethodsSpec.scala", // Compilation error to be investigated further.
161159
"OrSpec.scala", // Compilation error to be investigated further.
162160
"PrettifierSpec.scala", // Test failed with java.lang.IllegalAccessException
163161
"RequirementsSpec.scala", // Error during macro expansion
164162
"SnapshotsSpec.scala", // Pending macro implementation
165163
"TolerantEquivalenceSpec.scala", // Compilation error to be investigated further.
166-
"TripleEqualsSpec.for210", // Old staff, we shall delete this soon.
167-
"TrySugarSpec.scala" // Not implemented error when test runs
164+
"TripleEqualsSpec.for210" // Old staff, we shall delete this soon.
168165
)) ++
169166
//copyDir("scalactic-test/src/test/scala/org/scalactic/anyvals", "org/scalactic/anyvals", targetDir, List.empty) ++
170167
copyDir("scalactic-test/src/test/scala/org/scalactic/source", "org/scalactic/source", targetDir, List.empty)

0 commit comments

Comments
 (0)