File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1247,6 +1247,8 @@ object Build {
1247
1247
(
1248
1248
(dir / " shared/src/test/scala" ** ((" *.scala" : FileFilter )
1249
1249
-- " ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
1250
+ -- " ArrayTest.scala" // refutable pattern match
1251
+ -- " UTF16Test.scala" // refutable pattern match
1250
1252
)).get
1251
1253
1252
1254
++ (dir / " shared/src/test/require-sam" ** " *.scala" ).get
@@ -1256,6 +1258,8 @@ object Build {
1256
1258
++ (dir / " js/src/test/scala" ** ((" *.scala" : FileFilter )
1257
1259
-- " StackTraceTest.scala" // would require `npm install source-map-support`
1258
1260
-- " UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
1261
+ -- " ObjectTest.scala" // refutable pattern match
1262
+ -- " TupleTest.scala" // refutable pattern match
1259
1263
)).get
1260
1264
1261
1265
++ (dir / " js/src/test/require-2.12" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments