@@ -68,7 +68,7 @@ class tests extends CompilerTest {
68
68
@ Test def neg_typedapply () = compileFile(negDir, " typedapply" , xerrors = 4 )
69
69
@ Test def neg_typedidents () = compileFile(negDir, " typedIdents" , xerrors = 2 )
70
70
@ 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 )
72
72
@ Test def neg_privates () = compileFile(negDir, " privates" , xerrors = 2 )
73
73
@ Test def neg_rootImports = compileFile(negDir, " rootImplicits" , xerrors = 2 )
74
74
@ Test def neg_templateParents () = compileFile(negDir, " templateParents" , xerrors = 3 )
@@ -105,7 +105,7 @@ class tests extends CompilerTest {
105
105
@ Test def neg_typetest = compileFile(negDir, " typetest" , xerrors = 1 )
106
106
@ Test def neg_t1569_failedAvoid = compileFile(negDir, " t1569-failedAvoid" , xerrors = 1 )
107
107
@ 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 )
109
109
110
110
@ Test def dotc = compileDir(dotcDir + " tools/dotc" , twice)(allowDeepSubtypes)
111
111
@ Test def dotc_ast = compileDir(dotcDir + " tools/dotc/ast" , twice)
0 commit comments