@@ -68,7 +68,7 @@ class tests extends CompilerTest {
6868 @ Test def neg_typedapply () = compileFile(negDir, " typedapply" , xerrors = 4 )
6969 @ Test def neg_typedidents () = compileFile(negDir, " typedIdents" , xerrors = 2 )
7070 @ Test def neg_assignments () = compileFile(negDir, " assignments" , xerrors = 3 )
71- @ Test def neg_typers () = compileFile(negDir, " typers" , xerrors = 13 )
71+ @ Test def neg_typers () = compileFile(negDir, " typers" , xerrors = 12 )
7272 @ Test def neg_privates () = compileFile(negDir, " privates" , xerrors = 2 )
7373 @ Test def neg_rootImports = compileFile(negDir, " rootImplicits" , xerrors = 2 )
7474 @ Test def neg_templateParents () = compileFile(negDir, " templateParents" , xerrors = 3 )
@@ -105,7 +105,7 @@ class tests extends CompilerTest {
105105 @ Test def neg_typetest = compileFile(negDir, " typetest" , xerrors = 1 )
106106 @ Test def neg_t1569_failedAvoid = compileFile(negDir, " t1569-failedAvoid" , xerrors = 1 )
107107 @ Test def neg_cycles = compileFile(negDir, " cycles" , xerrors = 6 )
108- @ Test def neg_boundspropagation = compileFile(negDir, " boundspropagation" , xerrors = 3 )
108+ @ Test def neg_boundspropagation = compileFile(negDir, " boundspropagation" , xerrors = 4 )
109109
110110 @ Test def dotc = compileDir(dotcDir + " tools/dotc" , twice)(allowDeepSubtypes)
111111 @ Test def dotc_ast = compileDir(dotcDir + " tools/dotc/ast" , twice)
0 commit comments