Skip to content

Commit

Permalink
ignore synthetic decorations tests for Scala 3 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jkciesluk committed Nov 16, 2023
1 parent 385912e commit c13c8b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import tests.BaseSyntheticDecorationsSuite

class SyntheticDecorationsSuite extends BaseSyntheticDecorationsSuite {

override protected def ignoreScalaVersion: Option[IgnoreScalaVersion] = Some(
IgnoreForScala3CompilerPC
)

check(
"type-params",
"""|object Main {
Expand Down

0 comments on commit c13c8b3

Please sign in to comment.