Skip to content
Snippets Groups Projects
Commit 669af61a authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[tests] Remove std::cout in debu-trace.cpp

Renamed tracer.cpp in debug-tracer.cpp
parent 5e726b24
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,6 @@ BOOST_AUTO_TEST_CASE(testDebugTrace)
bool two_sub_string_identical;
// Make comparisons.
std::cout << str_to_test << std::endl;
std::cout << oss_debug_file.str() << std::endl;
two_sub_string_identical = str_to_test == oss_debug_file.str();
BOOST_CHECK(two_sub_string_identical);
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment