Skip to content

Commit 8743024

Browse files
authored
Drop old -Yno-experimental flag from test suite
1 parent 9c14610 commit 8743024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/pos-macros/i20353/Macro_1.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//> using options -experimental -Yno-experimental
1+
//> using options -experimental
22

33
import scala.annotation.{experimental, MacroAnnotation}
44
import scala.quoted.*

tests/pos-macros/i20353/Test_2.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//> using options -experimental -Yno-experimental
1+
//> using options -experimental
22

33
class OuterClass:
44
@Test

0 commit comments

Comments
 (0)