File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1103,10 +1103,10 @@ object Build {
11031103 )).get
11041104
11051105 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/library" ** ((" *.scala" : FileFilter )
1106- -- " BigIntTest.scala" // StackOverflow in the compiler
1106+ -- " BigIntTest.scala" // Ambiguous reference because of new non-shadowing rule in Scala 3, pending update upstream
11071107 -- " ObjectTest.scala" // compile errors
11081108 -- " StackTraceTest.scala" // would require `npm install source-map-support`
1109- -- " UnionTypeTest.scala" // requires a Scala 2 macro + StackOverflow in the compiler
1109+ -- " UnionTypeTest.scala" // requires a Scala 2 macro
11101110 )).get
11111111
11121112 ++ (dir / " js/src/test/scala/org/scalajs/testsuite/niobuffer" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments