parens2.C: Removed, turned out to duplicate angle-bracket1.C.

* g++.dg/parse/parens2.C: Removed, turned out to duplicate
	angle-bracket1.C.

From-SVN: r60745
This commit is contained in:
Nathanael Nerode 2003-01-01 14:59:07 +00:00
parent f06fed4ab1
commit c818e8b86f
2 changed files with 3 additions and 9 deletions

View File

@ -1,5 +1,8 @@
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
* g++.dg/parse/parens2.C: Removed, turned out to duplicate
angle-bracket1.C.
* g++.dg/parse/parens2.C: New test.
* g++.dg/lookup/scope-operator1.C: New test.

View File

@ -1,9 +0,0 @@
/* PR c++/3406 */
/* { dg-do compile } */
int main()
{
// The parentheses around the expression caused parse errors before 3.4.
( int() > int() );
return 0;
}