diff --git a/tests/debug-trace.cpp b/tests/debug-trace.cpp
index 33bf8e75b8afd8cdfd20000601c043f98eac609b..a15ade2a124de5db4186b154cd15fa2153a98009 100644
--- a/tests/debug-trace.cpp
+++ b/tests/debug-trace.cpp
@@ -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);
diff --git a/tests/tracer.cpp b/tests/debug-tracer.cpp
similarity index 100%
rename from tests/tracer.cpp
rename to tests/debug-tracer.cpp