Skip to content

Commit 3841231

Browse files
committed
Add #8982 to rewrite test
1 parent a433f5c commit 3841231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class CompilationTests extends ParallelTesting {
3838
aggregateTests(
3939
compileFile("tests/pos/nullarify.scala", defaultOptions.and("-Ycheck:nullarify")),
4040
compileFile("tests/pos-scala2/rewrites.scala", scala2CompatMode.and("-rewrite")).copyToTarget(),
41+
compileFile("tests/pos/i8982.scala", defaultOptions.and("-indent").and("-rewrite")).copyToTarget(),
4142
compileFile("tests/pos-special/utf8encoded.scala", explicitUTF8),
4243
compileFile("tests/pos-special/utf16encoded.scala", explicitUTF16),
4344
compileFilesInDir("tests/pos-special/sourcepath/outer", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),

0 commit comments

Comments
 (0)