Utils/Console: fix for changed order of senf::console::factory::Command parameters
[senf.git] / senf / Utils / type_traits.test.cc
index 16b9b3f..0040416 100644 (file)
@@ -41,7 +41,7 @@ namespace {
     struct Class;
 }
 
-BOOST_AUTO_UNIT_TEST(typeTraits)
+SENF_AUTO_UNIT_TEST(typeTraits)
 {
     typedef boost::function_traits<void (int, double)> traits;