Skip to content

Commit

Permalink
Drop old -Yno-experimental flag from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Nov 18, 2024
1 parent 9c14610 commit 8743024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pos-macros/i20353/Macro_1.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using options -experimental -Yno-experimental
//> using options -experimental

import scala.annotation.{experimental, MacroAnnotation}
import scala.quoted.*
Expand Down
2 changes: 1 addition & 1 deletion tests/pos-macros/i20353/Test_2.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using options -experimental -Yno-experimental
//> using options -experimental

class OuterClass:
@Test
Expand Down

0 comments on commit 8743024

Please sign in to comment.