From 7121576fff68993fceb5c064d788fa5dcd0aa7e0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 14 Jan 2011 10:46:05 -0800 Subject: uhd: tweaks that make macos happy --- host/test/ranges_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/test/ranges_test.cpp') diff --git a/host/test/ranges_test.cpp b/host/test/ranges_test.cpp index 68c339f41..5f6de4645 100644 --- a/host/test/ranges_test.cpp +++ b/host/test/ranges_test.cpp @@ -35,7 +35,7 @@ BOOST_AUTO_TEST_CASE(test_ranges_bounds){ BOOST_CHECK_CLOSE(mr.stop(), 60.0, tolerance); BOOST_CHECK_CLOSE(mr.step(), 0.1, tolerance); - BOOST_CHECK_EQUAL(mr.size(), 2); + BOOST_CHECK_EQUAL(mr.size(), unsigned(2)); BOOST_CHECK_CLOSE(mr[0].start(), -1.0, tolerance); BOOST_CHECK_CLOSE(mr[0].stop(), +1.0, tolerance); -- cgit v1.2.3