fix
authorJason Merrill <jason@gcc.gnu.org>
Tue, 23 Jun 1998 12:04:29 +0000 (08:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 23 Jun 1998 12:04:29 +0000 (08:04 -0400)
From-SVN: r20674

gcc/testsuite/g++.old-deja/g++.robertl/eb129.C

index b8bb64c9e73d06c3e1e0bbbbb354bddf9b1789b0..a39d0c5b4cb88043200f27a42990800d80f63198 100644 (file)
@@ -16,7 +16,7 @@ int main()
               find_if( l.begin(), l.end(),
                        // This is a typo, it should be bind2nd, but an
                        // ICE is not a very helpful diagnostic!
-                       binder2nd( equal_to<int>(), 2 ) ); // ERROR -
+                       binder2nd( equal_to<int>(), 2 ) ); // ERROR - 
       assert( *(it) == 2 );
 }