aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/log_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/log_test.cpp')
-rw-r--r--host/tests/log_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/log_test.cpp b/host/tests/log_test.cpp
index 66afa315f..b844208e4 100644
--- a/host/tests/log_test.cpp
+++ b/host/tests/log_test.cpp
@@ -28,4 +28,5 @@ BOOST_AUTO_TEST_CASE(test_messages)
UHD_HERE();
const int x = 42;
UHD_VAR(x);
+ UHD_HEX(x);
}