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 @@ -1466,6 +1466,8 @@ object Build {
1466
1466
(
1467
1467
(dir / " shared/src/test/scala" ** ((" *.scala" : FileFilter )
1468
1468
-- " ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
1469
+ -- " ArrayTest.scala" // refutable pattern match
1470
+ -- " UTF16Test.scala" // refutable pattern match
1469
1471
)).get
1470
1472
1471
1473
++ (dir / " shared/src/test/require-sam" ** " *.scala" ).get
@@ -1475,6 +1477,8 @@ object Build {
1475
1477
++ (dir / " js/src/test/scala" ** ((" *.scala" : FileFilter )
1476
1478
-- " StackTraceTest.scala" // would require `npm install source-map-support`
1477
1479
-- " UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
1480
+ -- " ObjectTest.scala" // refutable pattern match
1481
+ -- " TupleTest.scala" // refutable pattern match
1478
1482
)).get
1479
1483
1480
1484
++ (dir / " js/src/test/require-2.12" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments