rename manuals test cases

This commit is contained in:
BlackMATov
2023-01-13 11:48:13 +07:00
parent 55012305b1
commit 39e4bfef37
9 changed files with 18 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ namespace
}
}
TEST_CASE("meta/meta_examples/function/type") {
TEST_CASE("meta/meta_manuals/function/type") {
namespace meta = meta_hpp;
// resolves a function type by pointer
@@ -39,7 +39,7 @@ TEST_CASE("meta/meta_examples/function/type") {
CHECK(add_function_type.get_argument_type(1) == meta::resolve_type<int>());
}
TEST_CASE("meta/meta_examples/function/usage") {
TEST_CASE("meta/meta_manuals/function/usage") {
namespace meta = meta_hpp;
// 'math' local scope declaration