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 {
1103
1103
)).get
1104
1104
1105
1105
++ (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
1107
1107
-- " ObjectTest.scala" // compile errors
1108
1108
-- " 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
1110
1110
)).get
1111
1111
1112
1112
++ (dir / " js/src/test/scala/org/scalajs/testsuite/niobuffer" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments