Skip to content

Commit b446b98

Browse files
committed
Excluding failing sjsJUnitTest
The test contains a val parameter override that is now rejected
1 parent b5f307d commit b446b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,7 @@ object Build {
12161216
(
12171217
(dir / "test-suite/js/src/main/scala" ** (("*.scala": FileFilter)
12181218
-- "Typechecking*.scala" // defines a Scala 2 macro
1219+
-- "NonNativeJSTypeTest.scala"
12191220
)).get
12201221

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

0 commit comments

Comments
 (0)