]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix thinko
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 12 Aug 2001 13:17:19 +0000 (13:17 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 12 Aug 2001 13:17:19 +0000 (13:17 +0000)
From-SVN: r44827

gcc/testsuite/g++.dg/other/parse-angle-bracket.C

index bee4ffe3a17b98de6e9ea64108f2305f60333424..bb14cb26ef951cc6138caa4020aaf4beb57e3df6 100644 (file)
@@ -4,6 +4,6 @@
 
 int main()
 {
-  ( int() > int() );            // { dg-error "parse" "" { xfail *-*-* } }
+  ( int() > int() );            // { dg-bogus "parse" "" }
   return 0;
 }