We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e726b2 commit 669af61Copy full SHA for 669af61
tests/debug-trace.cpp
@@ -102,8 +102,6 @@ BOOST_AUTO_TEST_CASE(testDebugTrace)
102
bool two_sub_string_identical;
103
104
// Make comparisons.
105
- std::cout << str_to_test << std::endl;
106
- std::cout << oss_debug_file.str() << std::endl;
107
two_sub_string_identical = str_to_test == oss_debug_file.str();
108
109
BOOST_CHECK(two_sub_string_identical);
tests/tracer.cpp renamed to tests/debug-tracer.cpp
0 commit comments