diff --git a/test/teststl.cpp b/test/teststl.cpp index 6037a3aeb..cfa6aaeaf 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -343,9 +343,9 @@ private: " const std::string tp2(a.begin(), a.end());\n" "}"); ASSERT_EQUALS(// TODO "[test.cpp:2]: (error) Iterators of different containers are used together.\n" - // TODO "[test.cpp:3]: (error) Iterators of different containers are used together.\n" - "[test.cpp:4]: (error) Iterators of different containers are used together.\n" - "[test.cpp:5]: (error) Iterators of different containers are used together.\n", errout.str()); + // TODO "[test.cpp:3]: (error) Iterators of different containers are used together.\n" + "[test.cpp:4]: (error) Iterators of different containers are used together.\n" + "[test.cpp:5]: (error) Iterators of different containers are used together.\n", errout.str()); } void iterator9() {