@@ -164,9 +164,9 @@ object GenScalaTestDotty {
164
164
" org/scalatest/matchers/dsl" -> List (
165
165
" BeWord.scala" ,
166
166
" JavaCollectionWrapper.scala" ,
167
- " JavaMapWrapper.scala" ,
167
+ " JavaMapWrapper.scala" ,
168
168
" MatchPatternWord.scala" ,
169
- " NotWord.scala" ,
169
+ " NotWord.scala" ,
170
170
" ResultOfNotWordForAny.scala"
171
171
),
172
172
" org/scalatest/matchers/should" -> List .empty,
@@ -191,17 +191,17 @@ object GenScalaTestDotty {
191
191
copyFiles(" scalatest-test/src/test/scala/org/scalatest" , " org/scalatest" , targetDir,
192
192
List (
193
193
" AssertionsSpec.scala" ,
194
- " ShouldCompileSpec.scala" ,
195
- " ShouldNotCompileSpec.scala" /* ,
196
- "ShouldNotTypeCheckSpec.scala"*/
194
+ // "ShouldCompileSpec.scala",
195
+ // "ShouldNotCompileSpec.scala",
196
+ // "ShouldNotTypeCheckSpec.scala"
197
197
)
198
- ) ++
199
- copyDir(" scalatest-test/src/test/scala/org/scalatest/diagrams" , " org/scalatest/diagrams" , targetDir, List .empty) ++
200
- copyDir(" scalatest-test/src/test/scala/org/scalatest/expectations" , " org/scalatest/expectations" , targetDir,
198
+ ) ++
199
+ copyDir(" scalatest-test/src/test/scala/org/scalatest/diagrams" , " org/scalatest/diagrams" , targetDir, List .empty) ++
200
+ copyDir(" scalatest-test/src/test/scala/org/scalatest/expectations" , " org/scalatest/expectations" , targetDir,
201
201
List (
202
202
" DirectExpectationsSpec.scala"
203
203
)
204
- )
204
+ )
205
205
/* ++
206
206
copyDir("scalatest-test/src/test/scala/org/scalatest/concurrent", "org/scalatest/concurrent", targetDir,
207
207
List(
0 commit comments