Skip to content

Commit 814c363

Browse files
committed
Fix negAll tests
Currently only the last test is executed
1 parent 2d07ae8 commit 814c363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class CompilationTests extends ParallelTesting {
172172
"tests/neg-custom-args/toplevel-samesource/S.scala",
173173
"tests/neg-custom-args/toplevel-samesource/nested/S.scala"),
174174
defaultOptions) +
175-
compileFile("tests/neg-custom-args/i6300.scala", allowDeepSubtypes)
175+
compileFile("tests/neg-custom-args/i6300.scala", allowDeepSubtypes) +
176176
compileFile("tests/neg-custom-args/i6312.scala", defaultOptions and "-Xfatal-warnings" and "-migration")
177177
}.checkExpectedErrors()
178178

0 commit comments

Comments
 (0)