Skip to content

Commit

Permalink
Excluding failing sjsJUnitTest
Browse files Browse the repository at this point in the history
The test contains a val parameter override that is now rejected
  • Loading branch information
odersky committed Sep 25, 2022
1 parent b5f307d commit b446b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ object Build {
(
(dir / "test-suite/js/src/main/scala" ** (("*.scala": FileFilter)
-- "Typechecking*.scala" // defines a Scala 2 macro
-- "NonNativeJSTypeTest.scala"
)).get

++ (dir / "junit-async/js/src/main/scala" ** "*.scala").get
Expand Down

0 comments on commit b446b98

Please sign in to comment.