@@ -77,7 +77,7 @@ class tests extends CompilerTest {
7777 @ Test def pos_desugar () = compileFile(posDir, " desugar" , twice)
7878 @ Test def pos_sigs () = compileFile(posDir, " sigs" , twice)
7979 @ Test def pos_typers () = compileFile(posDir, " typers" , twice)
80- @ Test def pos_typedidents () = compileFile (posDir, " typedIdents" , twice)
80+ @ Test def pos_typedIdents () = compileDir (posDir, " typedIdents" , twice)
8181 @ Test def pos_assignments () = compileFile(posDir, " assignments" , twice)
8282 @ Test def pos_packageobject () = compileFile(posDir, " packageobject" , twice)
8383 @ Test def pos_overloaded () = compileFile(posDir, " overloaded" , twice)
@@ -103,7 +103,7 @@ class tests extends CompilerTest {
103103 @ Test def neg_abstractOverride () = compileFile(negDir, " abstract-override" , xerrors = 2 )
104104 @ Test def neg_blockescapes () = compileFile(negDir, " blockescapesNeg" , xerrors = 1 )
105105 @ Test def neg_typedapply () = compileFile(negDir, " typedapply" , xerrors = 4 )
106- @ Test def neg_typedidents () = compileFile (negDir, " typedIdents" , xerrors = 2 )
106+ @ Test def neg_typedIdents () = compileDir (negDir, " typedIdents" , xerrors = 2 )
107107 @ Test def neg_assignments () = compileFile(negDir, " assignments" , xerrors = 3 )
108108 @ Test def neg_typers () = compileFile(negDir, " typers" , xerrors = 14 )(allowDoubleBindings)
109109 @ Test def neg_privates () = compileFile(negDir, " privates" , xerrors = 2 )
0 commit comments