Commit ea89bcac by Nicola Pero Committed by Nicola Pero

In gcc/testsuite/: 2010-12-17 Nicola Pero <nicola.pero@meta-innovation.com>

In gcc/testsuite/:
2010-12-17  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc.dg/exceptions-4.m: Adjust for change in error message.

From-SVN: r168003
parent f90333eb
2010-12-17 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/exceptions-4.m: Adjust for change in error message.
2010-12-17 Paolo Bonzini <bonzini@gnu.org>
PR c/20385
......
......@@ -39,7 +39,7 @@ int test (id object)
{
dummy++;
}
@catch (i) /* { dg-error "expected declaration specifiers or ..... before .i." } */
@catch (i) /* { dg-error "unknown type name .i." } */
{
dummy++;
}
......
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