parent
fd3750820d
commit
ea545e63c8
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue