X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeInfo.test.cc;h=63842079f78c55bc10bad98e51da4334637b19a7;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=9c6b79646e0267a171b1704d1b12b5c5a737e9df;hpb=767a76da8e5b96a69b620e44d32e0a1b04005679;p=senf.git diff --git a/senf/Utils/TypeInfo.test.cc b/senf/Utils/TypeInfo.test.cc index 9c6b796..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 { @@ -58,7 +58,7 @@ SENF_AUTO_UNIT_TEST(prettyName) BOOST_CHECK_EQUAL( senf::prettyName(typeid(baseOb)), "test::Foo, 10>" ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_