@@ -720,7 +720,7 @@ void do_unittests()
720720 " 14,2,14,3:Error: identifier or `new` expected following `.`, not `}`\n " ~
721721 " 14,2,14,3:Error: semicolon needed to end declaration of `y`, instead of `}`\a " ~
722722 " source.d(13): `y` declared here\n " ~
723- " 12,15,12,16:Error: no property `f` for type `source.S`\a " ~
723+ " 12,15,12,16:Error: no property `f` for `anS` of type `source.S`\a " ~
724724 " source.d(2): struct `S` defined here\n " );
725725 // dumpAST(m);
726726 string [] structProperties = [ " init" , " sizeof" , " alignof" , " mangleof" , " stringof" , " tupleof" ];
@@ -745,7 +745,8 @@ void do_unittests()
745745 }
746746 };
747747 m = checkErrors(source,
748- " 12,11,12,12:Error: no property `fool` for type `source.S`\a " ~
748+ " 12,11,12,12:Error: no property `fool` for `anS` of type `source.S`\a " ~
749+ " source.d(9): did you mean function `foo`?\a " ~
749750 " source.d(2): struct `S` defined here\n " ~
750751 " 13,10,13,11:Error: undefined identifier `fok`, did you mean function `foo`?\n " );
751752 // dumpAST(m);
0 commit comments