summaryrefslogtreecommitdiff
path: root/libs/algorithm/string/test/split_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/algorithm/string/test/split_test.cpp')
-rw-r--r--libs/algorithm/string/test/split_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/algorithm/string/test/split_test.cpp b/libs/algorithm/string/test/split_test.cpp
index 429f3c4f6..582472b8b 100644
--- a/libs/algorithm/string/test/split_test.cpp
+++ b/libs/algorithm/string/test/split_test.cpp
@@ -46,7 +46,7 @@ void iterator_test()
const char* pch1="xx-abc--xx-abb";
vector<string> tokens;
vector< vector<int> > vtokens;
-
+
// find_all tests
find_all(
tokens,
@@ -182,7 +182,7 @@ void iterator_test()
BOOST_CHECK(siter==split_iterator<string::iterator>());
// Make sure we work with forward iterators
-// See bug #7989
+// See bug #7989
list<char> l1;
find_iterator<list<char>::iterator> liter=make_find_iterator(l1, first_finder("xx"));
}