From f11b2272e478f38a28a108e2adba5ca296d7c873 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 17 Jul 2007 23:19:33 +0000 Subject: [PATCH] Change a comment. [SVN r7459] --- test/unordered/erase_equiv_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unordered/erase_equiv_tests.cpp b/test/unordered/erase_equiv_tests.cpp index e245b1ef..29f4756e 100644 --- a/test/unordered/erase_equiv_tests.cpp +++ b/test/unordered/erase_equiv_tests.cpp @@ -104,7 +104,7 @@ void two_equivalent_item_tests() } } -// At this point I got bored and wrote more automated tests... +// More automated tests... template bool compare(Range1 const& x, Range2 const& y)