diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-11 20:24:01 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-11 20:24:01 -0800 |
commit | 350f5c5decca20a54132867283448fd32226bbc2 (patch) | |
tree | 261ec83435d3625ea307e21813ea814113278b79 /test/wax_test.cpp | |
parent | 6c7d9f1f7573fc73522499573560bf1aef64f414 (diff) | |
download | uhd-350f5c5decca20a54132867283448fd32226bbc2.tar.gz uhd-350f5c5decca20a54132867283448fd32226bbc2.tar.bz2 uhd-350f5c5decca20a54132867283448fd32226bbc2.zip |
Getting hello packets from the usrp2 with ip and mac addrs.
Cleaned up the mb build system a bit.
Diffstat (limited to 'test/wax_test.cpp')
-rw-r--r-- | test/wax_test.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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<float>(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; -} |