From fd079c8ac358acb9ccd2d9c1d9de7cbaa35901ae Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Fri, 3 Nov 2023 20:46:20 +0100 Subject: [PATCH] ignore problematic scala.js sources --- project/Build.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Build.scala b/project/Build.scala index 13ebe9c028ae..fe9720464786 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -1490,6 +1490,7 @@ object Build { ( (dir / "shared/src/test/scala" ** (("*.scala": FileFilter) -- "ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore + -- "UTF16Test.scala" // refutable pattern match )).get ++ (dir / "shared/src/test/require-sam" ** "*.scala").get