From 350f5c5decca20a54132867283448fd32226bbc2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 11 Feb 2010 20:24:01 -0800 Subject: Getting hello packets from the usrp2 with ip and mac addrs. Cleaned up the mb build system a bit. --- test/wax_test.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/wax_test.cpp') diff --git a/test/wax_test.cpp b/test/wax_test.cpp index f51860c13..e5e1adc25 100644 --- a/test/wax_test.cpp +++ b/test/wax_test.cpp @@ -96,9 +96,3 @@ BOOST_AUTO_TEST_CASE(test_proxy){ wax::obj a = p[size_t(0)]; BOOST_CHECK_EQUAL(wax::cast(a), float(5)); } - -BOOST_AUTO_TEST_CASE(test_print){ - std::cout << "print type" << std::endl; - wax::obj test_type = float(3.33); - std::cout << test_type << std::endl; -} -- cgit v1.2.3