* g++.dg/parse/angle-bracket.C (main): No longer fails.

From-SVN: r60572
This commit is contained in:
Gabriel Dos Reis 2002-12-28 13:48:54 +00:00 committed by Gabriel Dos Reis
parent e1c1b6a5a5
commit c7ab2b4dbc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
* g++.dg/parse/angle-bracket.C (main): No longer fails.
2002-12-27 Mark Mitchell <mark@codesourcery.com>
* g++.dg/eh/spec4.C: Remove stray semicolon.

View File

@ -4,6 +4,6 @@
int main()
{
( int() > int() ); // { dg-bogus "parse" "" { xfail *-*-* } }
( int() > int() );
return 0;
}