Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit cc381eb

Browse files
committed
Synthetic This should have a primitive type instead of BoxedType
Fix #100
1 parent 81ddc5a commit cc381eb

File tree

5 files changed

+10
-525
lines changed

5 files changed

+10
-525
lines changed

Diff for: build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ lazy val `scalajs-test-suite` = project
183183

184184
(Test / sources).value
185185
.filterNot(endsWith(_, "/UnionTypeTest.scala")) // requires typechecking macros
186-
.filterNot(endsWith(_, "/compiler/ReflectiveCallTest.scala")) // reflective calls
187186
.filterNot(endsWith(_, "/jsinterop/ExportsTest.scala")) // js.dynamicImport (multi-modules)
188187
},
189188

0 commit comments

Comments
 (0)