PR testsuite/49432
* obj-c++.dg/invalid-type-1.mm: Adjust for new error wording.
From-SVN: r175178
+2011-06-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR testsuite/49432
+ * obj-c++.dg/invalid-type-1.mm: Adjust for new error wording.
+
2011-06-18 Janus Weil <janus@gcc.gnu.org>
PR fortran/49400
AClass <MyProtocol> *object1; /* This is fine. */
-Integer <MyProtocol> *object2; /* { dg-error ".Integer. is not a template" } */
+Integer <MyProtocol> *object2; /* { dg-error ".Integer {aka int}. is not a template" } */
/* { dg-error ".MyProtocol. was not declared in this scope" "" { target *-*-* } 21 } */
-Integer <NonExistingProtocol> *object3; /* { dg-error ".Integer. is not a template" } */
+Integer <NonExistingProtocol> *object3; /* { dg-error ".Integer {aka int}. is not a template" } */
/* { dg-error ".NonExistingProtocol. was not declared in this scope" "" { target *-*-* } 24 } */