File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ object Build {
1021
1021
managedSources in Test ++= {
1022
1022
val dir = fetchScalaJSSource.value / " test-suite"
1023
1023
(
1024
- (dir / " shared/src/test/scala/org/scalajs/testsuite/compiler" ** ((" *.scala" : FileFilter ) -- " ReflectiveCallTest.scala" )).get
1024
+ (dir / " shared/src/test/scala/org/scalajs/testsuite/compiler" ** ((" *.scala" : FileFilter ) -- " RegressionTest.scala " -- " ReflectiveCallTest.scala" )).get
1025
1025
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/javalib/lang" ** " *.scala" ).get
1026
1026
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/javalib/io" ** " *.scala" ).get
1027
1027
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/javalib/math" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments