From bff29cbbde74d4c5ab77ae717ee04c9533fc7cab Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 25 Jun 2011 20:22:05 -0700 Subject: uhd: change for default prop create() --- host/tests/property_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/tests/property_test.cpp b/host/tests/property_test.cpp index 0cea20c8c..b579e5213 100644 --- a/host/tests/property_test.cpp +++ b/host/tests/property_test.cpp @@ -80,7 +80,7 @@ BOOST_AUTO_TEST_CASE(test_prop_tree){ uhd::property_tree::sptr tree = uhd::property_tree::make(); tree->create("/test/prop0", uhd::property()); - tree->create("/test/prop1", uhd::property()); + tree->create("/test/prop1"); BOOST_CHECK(tree->exists("/test")); BOOST_CHECK(tree->exists("/test/prop0")); -- cgit v1.2.3