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 {
41
41
compileDir(" ../compiler/src/dotty/tools/dotc/util" , defaultOptions) +
42
42
compileDir(" ../compiler/src/dotty/tools/io" , defaultOptions) +
43
43
compileDir(" ../compiler/src/dotty/tools/dotc/core" , noCheckOptions ++ classPath) +
44
- compileFile (" ../tests/pos-special/i2797" , defaultOptions) +
44
+ compileDir (" ../tests/pos-special/i2797" , defaultOptions) +
45
45
compileFile(" ../tests/pos/nullarify.scala" , defaultOptions.and(" -Ycheck:nullarify" )) +
46
46
compileFile(" ../tests/pos-scala2/rewrites.scala" , scala2Mode.and(" -rewrite" )).copyToTarget() +
47
47
compileFile(" ../tests/pos-special/t8146a.scala" , allowDeepSubtypes) +
You can’t perform that action at this time.
0 commit comments