diff options
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; -} |