diff --git a/tests/lib/format-string-test.cpp b/tests/lib/format-string-test.cpp index b304c81ed..e87fe8739 100644 --- a/tests/lib/format-string-test.cpp +++ b/tests/lib/format-string-test.cpp @@ -300,7 +300,7 @@ namespace test { } }; - LAUNCHER (FormatString_test, "unit common"); + LAUNCHER (FormatString_test, "unit meta"); }} // namespace util::test diff --git a/tests/lib/meta/duck-detector-test.cpp b/tests/lib/meta/duck-detector-test.cpp index 064ed9041..7eade48ed 100644 --- a/tests/lib/meta/duck-detector-test.cpp +++ b/tests/lib/meta/duck-detector-test.cpp @@ -90,7 +90,7 @@ namespace test{ /** Register this test class... */ - LAUNCHER (DuckDetector_test, "unit common"); + LAUNCHER (DuckDetector_test, "unit meta"); diff --git a/tests/lib/meta/type-tuple-test.cpp b/tests/lib/meta/type-tuple-test.cpp index 8589b322a..0bfa8e3a9 100644 --- a/tests/lib/meta/type-tuple-test.cpp +++ b/tests/lib/meta/type-tuple-test.cpp @@ -451,7 +451,7 @@ namespace test { /** Register this test class... */ - LAUNCHER (TypeTuple_test, "unit common"); + LAUNCHER (TypeTuple_test, "unit meta"); diff --git a/tests/lib/meta/typelist-util-test.cpp b/tests/lib/meta/typelist-util-test.cpp index 66a2112c0..576167a40 100644 --- a/tests/lib/meta/typelist-util-test.cpp +++ b/tests/lib/meta/typelist-util-test.cpp @@ -76,7 +76,7 @@ namespace test { /** Register this test class... */ - LAUNCHER (TypeListUtil_test, "unit common"); + LAUNCHER (TypeListUtil_test, "unit meta");