Skip to content

Commit e1e4ada

Browse files
committed
Fix #9588: Enable Scala.js test ObjectTest.
The issue preventing that test from compiling in the past was fixed, although we don't know when or by what.
1 parent d7d4a9f commit e1e4ada

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Build.scala

-1
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,6 @@ object Build {
11731173
++ (dir / "shared/src/test/require-jdk7" ** "*.scala").get
11741174

11751175
++ (dir / "js/src/test/scala" ** (("*.scala": FileFilter)
1176-
-- "ObjectTest.scala" // compile errors caused by #9588
11771176
-- "StackTraceTest.scala" // would require `npm install source-map-support`
11781177
-- "UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
11791178
)).get

0 commit comments

Comments
 (0)