projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b24bc
)
fix
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 23 Jun 1998 12:04:29 +0000
(08:04 -0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb129.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb129.C
index b8bb64c9e73d06c3e1e0bbbbb354bddf9b1789b0..a39d0c5b4cb88043200f27a42990800d80f63198 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.robertl/eb129.C
+++ b/
gcc/testsuite/g++.old-deja/g++.robertl/eb129.C
@@
-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 );
}