Skip to content

Commit 182162d

Browse files
liufengyuncheeseng
authored andcommitted
Disable should compile tests
1 parent bcb5666 commit 182162d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

project/GenScalaTestDotty.scala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ object GenScalaTestDotty {
164164
"org/scalatest/matchers/dsl" -> List(
165165
"BeWord.scala",
166166
"JavaCollectionWrapper.scala",
167-
"JavaMapWrapper.scala",
167+
"JavaMapWrapper.scala",
168168
"MatchPatternWord.scala",
169-
"NotWord.scala",
169+
"NotWord.scala",
170170
"ResultOfNotWordForAny.scala"
171171
),
172172
"org/scalatest/matchers/should" -> List.empty,
@@ -191,17 +191,17 @@ object GenScalaTestDotty {
191191
copyFiles("scalatest-test/src/test/scala/org/scalatest", "org/scalatest", targetDir,
192192
List(
193193
"AssertionsSpec.scala",
194-
"ShouldCompileSpec.scala",
195-
"ShouldNotCompileSpec.scala"/*,
196-
"ShouldNotTypeCheckSpec.scala"*/
194+
// "ShouldCompileSpec.scala",
195+
// "ShouldNotCompileSpec.scala",
196+
// "ShouldNotTypeCheckSpec.scala"
197197
)
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,
201201
List(
202202
"DirectExpectationsSpec.scala"
203203
)
204-
)
204+
)
205205
/*++
206206
copyDir("scalatest-test/src/test/scala/org/scalatest/concurrent", "org/scalatest/concurrent", targetDir,
207207
List(

0 commit comments

Comments
 (0)