summaryrefslogtreecommitdiffstats
path: root/host/tests/msg_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/msg_test.cpp')
-rw-r--r--host/tests/msg_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/tests/msg_test.cpp b/host/tests/msg_test.cpp
index 495907504..c05139ea9 100644
--- a/host/tests/msg_test.cpp
+++ b/host/tests/msg_test.cpp
@@ -20,7 +20,6 @@
#include <iostream>
BOOST_AUTO_TEST_CASE(test_messages){
- #ifdef UHD_FUTURE
std::cerr << "---begin print test ---" << std::endl;
UHD_MSG(status) <<
"This is a test print for a status message.\n"
@@ -35,5 +34,4 @@ BOOST_AUTO_TEST_CASE(test_messages){
"And this is the second line of the test print.\n"
;
std::cerr << "---end print test ---" << std::endl;
- #endif
}