File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1466,6 +1466,8 @@ object Build {
14661466 (
14671467 (dir / " shared/src/test/scala" ** ((" *.scala" : FileFilter )
14681468 -- " 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
14691471 )).get
14701472
14711473 ++ (dir / " shared/src/test/require-sam" ** " *.scala" ).get
@@ -1475,6 +1477,8 @@ object Build {
14751477 ++ (dir / " js/src/test/scala" ** ((" *.scala" : FileFilter )
14761478 -- " StackTraceTest.scala" // would require `npm install source-map-support`
14771479 -- " UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
1480+ -- " ObjectTest.scala" // refutable pattern match
1481+ -- " TupleTest.scala" // refutable pattern match
14781482 )).get
14791483
14801484 ++ (dir / " js/src/test/require-2.12" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments