Skip to content

Commit 39460dc

Browse files
committed
Fix test
1 parent 40bd71c commit 39460dc

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
@@ -171,6 +171,7 @@ class CompilationTests extends ParallelTesting {
171171
compileFilesInDir("../tests/neg-tailcall", defaultOptions) +
172172
compileFilesInDir("../tests/neg-no-optimise", defaultOptions) +
173173
compileFile("../tests/neg-custom-args/i3246.scala", scala2Mode) +
174+
compileFile("../tests/neg-custom-args/i3627.scala", allowDeepSubtypes) +
174175
compileFile("../tests/neg-custom-args/typers.scala", allowDoubleBindings) +
175176
compileFile("../tests/neg-custom-args/overrideClass.scala", scala2Mode) +
176177
compileFile("../tests/neg-custom-args/autoTuplingTest.scala", defaultOptions.and("-language:noAutoTupling")) +

0 commit comments

Comments
 (0)