Commit 644a7320 by Gabriel Dos Reis

Fix thinko

From-SVN: r44827
parent dfa82249
......@@ -4,6 +4,6 @@
int main()
{
( int() > int() ); // { dg-error "parse" "" { xfail *-*-* } }
( int() > int() ); // { dg-bogus "parse" "" }
return 0;
}
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