X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmpl.test.cc;h=fb056c7f8268c7051e3a60f38a9fa16808e8eee4;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=9591a962a0a14f92cde3faaacc69327f09b14c33;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/mpl.test.cc b/senf/Utils/mpl.test.cc index 9591a96..fb056c7 100644 --- a/senf/Utils/mpl.test.cc +++ b/senf/Utils/mpl.test.cc @@ -33,7 +33,7 @@ #include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace { @@ -70,7 +70,7 @@ namespace { struct C {}; } -BOOST_AUTO_UNIT_TEST(senfmpl) +SENF_AUTO_UNIT_TEST(senfmpl) { BOOST_CHECK( choice::has_int_value ); BOOST_CHECK( ! choice::has_class_value ); @@ -104,12 +104,12 @@ namespace { } -BOOST_AUTO_UNIT_TEST(mplSlot) +SENF_AUTO_UNIT_TEST(mplSlot) { BOOST_CHECK_EQUAL( unsigned(Test::total), 8u ); } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_