File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ class tests extends CompilerTest {
126
126
@ Test def neg_badAuxConstr = compileFile(negDir, " badAuxConstr" , xerrors = 2 )
127
127
@ Test def neg_typetest = compileFile(negDir, " typetest" , xerrors = 1 )
128
128
@ Test def neg_t1569_failedAvoid = compileFile(negDir, " t1569-failedAvoid" , xerrors = 1 )
129
+ @ Test def neg_clashes = compileFile(negDir, " clashes" , xerrors = 2 )
129
130
@ Test def neg_cycles = compileFile(negDir, " cycles" , xerrors = 8 )
130
131
@ Test def neg_boundspropagation = compileFile(negDir, " boundspropagation" , xerrors = 5 )
131
132
@ Test def neg_refinedSubtyping = compileFile(negDir, " refinedSubtyping" , xerrors = 2 )
@@ -148,7 +149,6 @@ class tests extends CompilerTest {
148
149
149
150
@ Test def dotty = compileDir(dottyDir, " tools" , " -deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
150
151
151
-
152
152
@ Test def dotc_ast = compileDir(dotcDir, " ast" )
153
153
@ Test def dotc_config = compileDir(dotcDir, " config" )
154
154
@ Test def dotc_core = compileDir(dotcDir, " core" )(" -Yno-double-bindings" :: allowDeepSubtypes)// twice omitted to make tests run faster
You can’t perform that action at this time.
0 commit comments