File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class CompilationTests extends ParallelTesting {
4141 compileDir(" ../compiler/src/dotty/tools/dotc/util" , defaultOptions) +
4242 compileDir(" ../compiler/src/dotty/tools/io" , defaultOptions) +
4343 compileDir(" ../compiler/src/dotty/tools/dotc/core" , noCheckOptions ++ classPath) +
44- compileFile (" ../tests/pos-special/i2797" , defaultOptions) +
44+ compileDir (" ../tests/pos-special/i2797" , defaultOptions) +
4545 compileFile(" ../tests/pos/nullarify.scala" , defaultOptions.and(" -Ycheck:nullarify" )) +
4646 compileFile(" ../tests/pos-scala2/rewrites.scala" , scala2Mode.and(" -rewrite" )).copyToTarget() +
4747 compileFile(" ../tests/pos-special/t8146a.scala" , allowDeepSubtypes) +
You can’t perform that action at this time.
0 commit comments