aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/rfnoc_node_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/rfnoc_node_test.cpp')
-rw-r--r--host/tests/rfnoc_node_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/rfnoc_node_test.cpp b/host/tests/rfnoc_node_test.cpp
index 15597de16..b90835081 100644
--- a/host/tests/rfnoc_node_test.cpp
+++ b/host/tests/rfnoc_node_test.cpp
@@ -138,5 +138,4 @@ BOOST_AUTO_TEST_CASE(test_node_accessor)
BOOST_CHECK(!TN1.user_prop_cb_called);
node_accessor.init_props(&TN1);
BOOST_CHECK(TN1.user_prop_cb_called);
-
}