From cc72a9309453c34faadf6393077d4109b64cd49a Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Fri, 16 Jul 2004 09:08:21 +0000 Subject: [PATCH] tabs removed [SVN r23618] --- string/test/split_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/test/split_test.cpp b/string/test/split_test.cpp index 8e058e7..5843534 100644 --- a/string/test/split_test.cpp +++ b/string/test/split_test.cpp @@ -54,7 +54,7 @@ void iterator_test() BOOST_CHECK( tokens[0]==string("xx") ); BOOST_CHECK( tokens[1]==string("xx") ); - ifind_all( + ifind_all( tokens, str2, "xx" );