X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeInfo.test.cc;h=63842079f78c55bc10bad98e51da4334637b19a7;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=d89c977f91c4f5f24cb3cc34d315612471fb3a5d;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/TypeInfo.test.cc b/senf/Utils/TypeInfo.test.cc index d89c977..6384207 100644 --- a/senf/Utils/TypeInfo.test.cc +++ b/senf/Utils/TypeInfo.test.cc @@ -33,7 +33,7 @@ #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace test { @@ -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; @@ -58,7 +58,7 @@ BOOST_AUTO_UNIT_TEST(prettyName) BOOST_CHECK_EQUAL( senf::prettyName(typeid(baseOb)), "test::Foo, 10>" ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_