X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeInfo.test.cc;h=9c6b79646e0267a171b1704d1b12b5c5a737e9df;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=d89c977f91c4f5f24cb3cc34d315612471fb3a5d;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/TypeInfo.test.cc b/senf/Utils/TypeInfo.test.cc index d89c977..9c6b796 100644 --- a/senf/Utils/TypeInfo.test.cc +++ b/senf/Utils/TypeInfo.test.cc @@ -48,7 +48,7 @@ namespace test { enum Blub { A, B, C }; } -BOOST_AUTO_UNIT_TEST(prettyName) +SENF_AUTO_UNIT_TEST(prettyName) { typedef test::Foo< test::Foo, 10> TestType; TestType ob;