Commit 6e6224c1 by Jakub Jelinek Committed by Jakub Jelinek

re PR testsuite/49432 (FAIL: obj-c++.dg/invalid-type-1.mm)

	PR testsuite/49432
	* obj-c++.dg/invalid-type-1.mm: Adjust for new error wording.

From-SVN: r175178
parent 3547d57e
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
......
......@@ -18,8 +18,8 @@ id <MyProtocol> object; /* This is fine. */
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 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment