We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ad6d02 + 042846b commit 261b280Copy full SHA for 261b280
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -67,7 +67,7 @@ class CompilationTests {
67
68
aggregateTests(
69
compileFile("tests/rewrites/rewrites.scala", scala2CompatMode.and("-rewrite", "-indent")),
70
- compileFile("tests/rewrites/rewrites3x.scala", defaultOptions.and("-rewrite", "-source", "3.1-migration")),
+ compileFile("tests/rewrites/rewrites3x.scala", defaultOptions.and("-rewrite", "-source", "future-migration")),
71
compileFile("tests/rewrites/i8982.scala", defaultOptions.and("-indent", "-rewrite")),
72
compileFile("tests/rewrites/i9632.scala", defaultOptions.and("-indent", "-rewrite"))
73
).checkRewrites()
0 commit comments