X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeInfo.test.cc;h=9c6b79646e0267a171b1704d1b12b5c5a737e9df;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=f77c530bfbebf3de1deca693ce3eb7b675bb6342;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/TypeInfo.test.cc b/senf/Utils/TypeInfo.test.cc index f77c530..9c6b796 100644 --- a/senf/Utils/TypeInfo.test.cc +++ b/senf/Utils/TypeInfo.test.cc @@ -29,7 +29,7 @@ // Custom includes #include "TypeInfo.hh" -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ @@ -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;