From d0c2dc8a1b50cc907d06890d1d2a81ed868f417a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Tue, 5 Jul 2022 18:45:17 +0200 Subject: [PATCH] Ignore one new test with Java source files for Scala.js. This test was added in a cross-merge pull request. --- tests/run/i15199/Test_2.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run/i15199/Test_2.scala b/tests/run/i15199/Test_2.scala index 9684d6fb2655..80106b727fe3 100644 --- a/tests/run/i15199/Test_2.scala +++ b/tests/run/i15199/Test_2.scala @@ -1,3 +1,5 @@ +// scalajs: --skip + class ScalaChild extends Child_1 @main def Test(): Unit =