From 037b5c6b6ff9538b3b48b0bc91cdfa4b663cbcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Fri, 4 Jun 2021 10:25:02 +0200 Subject: [PATCH] Re-enable the Scala.js test JSOptionalTest212FunParamInference. The issue #11694, which prevented this test from compiling, was fixed in #11760. --- project/Build.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 52ff8f8979e5..ef993525d078 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -1178,9 +1178,7 @@ object Build { -- "UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala )).get - ++ (dir / "js/src/test/require-2.12" ** (("*.scala": FileFilter) - -- "JSOptionalTest212FunParamInference.scala" // TODO: #11694 - )).get + ++ (dir / "js/src/test/require-2.12" ** "*.scala").get ++ (dir / "js/src/test/require-sam" ** "*.scala").get ++ (dir / "js/src/test/scala-new-collections" ** "*.scala").get )