From 0b5ccaebb12ad8809e06ea62fab54a791e1b619c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Fri, 17 Jan 2025 14:28:13 +0100 Subject: [PATCH] Enable some more Vulpix tests on Scala.js. --- tests/run/array-charSeq.scala | 2 -- tests/run/colltest1.scala | 2 -- tests/run/colltest5/CollectionTests_2.scala | 2 -- tests/run/colltest6/CollectionTests_2.scala | 2 -- tests/run/decorators/Test.scala | 2 -- 5 files changed, 10 deletions(-) diff --git a/tests/run/array-charSeq.scala b/tests/run/array-charSeq.scala index fe53096445d7..514fb54d64c3 100644 --- a/tests/run/array-charSeq.scala +++ b/tests/run/array-charSeq.scala @@ -1,5 +1,3 @@ -// scalajs: --skip - import runtime.ArrayCharSequence object Test { diff --git a/tests/run/colltest1.scala b/tests/run/colltest1.scala index d3445a339b2c..4de99dbcd5dc 100644 --- a/tests/run/colltest1.scala +++ b/tests/run/colltest1.scala @@ -1,5 +1,3 @@ -// scalajs: --skip - /* * filter: inliner warnings; re-run with */ diff --git a/tests/run/colltest5/CollectionTests_2.scala b/tests/run/colltest5/CollectionTests_2.scala index 5efcf897f5eb..9e2a55e8306a 100644 --- a/tests/run/colltest5/CollectionTests_2.scala +++ b/tests/run/colltest5/CollectionTests_2.scala @@ -1,5 +1,3 @@ -// scalajs: --skip - import Predef.{augmentString as _, wrapString as _, *} import scala.reflect.ClassTag diff --git a/tests/run/colltest6/CollectionTests_2.scala b/tests/run/colltest6/CollectionTests_2.scala index a3d21f947124..e41392842cf5 100644 --- a/tests/run/colltest6/CollectionTests_2.scala +++ b/tests/run/colltest6/CollectionTests_2.scala @@ -1,5 +1,3 @@ -// scalajs: --skip - import Predef.{augmentString as _, wrapString as _, intArrayOps as _, booleanArrayOps as _, genericArrayOps as _, refArrayOps as _, wrapIntArray as _, wrapBooleanArray as _, wrapRefArray as _, genericWrapArray as _, *} import scala.reflect.ClassTag diff --git a/tests/run/decorators/Test.scala b/tests/run/decorators/Test.scala index 2e316e4e8baf..f84f68140783 100644 --- a/tests/run/decorators/Test.scala +++ b/tests/run/decorators/Test.scala @@ -1,5 +1,3 @@ -// scalajs: --skip - object Test: def main(args: Array[String]) = def testAdd(args: String) =