correct a test that differ between c++11 and c++98
This commit is contained in:
@@ -36,14 +36,6 @@ TEST_V(tests_vector_operator_assignation)
|
||||
std::cout << "Size of foo: " << int(foo.size()) << '\n';
|
||||
std::cout << "Size of bar: " << int(bar.size()) << '\n';
|
||||
|
||||
|
||||
// title
|
||||
TITLE(more informations)
|
||||
|
||||
PRINT(foo);
|
||||
|
||||
PRINT(bar);
|
||||
|
||||
DELETE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user