Skip to content

Commit 9b5c952

Browse files
committed
Scala.js: Refine the reason why InteroperabilityTest is blacklisted.
1 parent 5220e9d commit 9b5c952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ object Build {
10321032
++ (dir / "shared/src/test/require-jdk7" ** "*.scala").get
10331033

10341034
++ (dir / "js/src/test/scala/org/scalajs/testsuite/compiler" ** (("*.scala": FileFilter)
1035-
-- "InteroperabilityTest.scala" // compiler crash, related to value classes in JS interop
1035+
-- "InteroperabilityTest.scala" // nested native JS classes + JS exports
10361036
-- "OptimizerTest.scala" // non-native JS classes
10371037
-- "RegressionJSTest.scala" // non-native JS classes
10381038
-- "RuntimeTypesTest.scala" // compile errors: no ClassTag for Null and Nothing

0 commit comments

Comments
 (0)