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 @@ -1104,10 +1104,10 @@ object Build {
1104
1104
)).get
1105
1105
1106
1106
++ (dir / " js/src/test/scala/org/scalajs/testsuite/library" ** ((" *.scala" : FileFilter )
1107
- -- " BigIntTest.scala" // StackOverflow in the compiler
1107
+ -- " BigIntTest.scala" // Ambiguous reference because of new non-shadowing rule in Scala 3, pending update upstream
1108
1108
-- " ObjectTest.scala" // compile errors
1109
1109
-- " StackTraceTest.scala" // would require `npm install source-map-support`
1110
- -- " UnionTypeTest.scala" // requires a Scala 2 macro + StackOverflow in the compiler
1110
+ -- " UnionTypeTest.scala" // requires a Scala 2 macro
1111
1111
)).get
1112
1112
1113
1113
++ (dir / " js/src/test/scala/org/scalajs/testsuite/niobuffer" ** " *.scala" ).get
You can’t perform that action at this time.
0 commit comments