Skip to content

Commit 48a7d11

Browse files
committed
Ignore Java reflection using tests in Scala.js
1 parent 78a433f commit 48a7d11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/run/i12492/Test.scala

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalajs: --skip
12
object Test:
23
def main(args: Array[String]): Unit =
34
val cls = classOf[MyTable]

tests/run/i15318/Test.scala

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalajs: --skip
12
object Test:
23
def main(args: Array[String]): Unit =
34
val cls = classOf[TestBeanProperty]

0 commit comments

Comments
 (0)