Skip to content

Commit

Permalink
ignore problematic scala.js sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Nov 6, 2023
1 parent 3aaa98c commit fd079c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd079c8

Please sign in to comment.