mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 14:09:02 +07:00
rename manuals test cases
This commit is contained in:
@@ -17,7 +17,7 @@ namespace
|
||||
};
|
||||
}
|
||||
|
||||
TEST_CASE("meta/meta_examples/enum/type") {
|
||||
TEST_CASE("meta/meta_manuals/enum/type") {
|
||||
namespace meta = meta_hpp;
|
||||
|
||||
// 'align' enumeration type registration
|
||||
@@ -43,7 +43,7 @@ TEST_CASE("meta/meta_examples/enum/type") {
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("meta/meta_examples/enum/usage") {
|
||||
TEST_CASE("meta/meta_manuals/enum/usage") {
|
||||
namespace meta = meta_hpp;
|
||||
|
||||
const align e = align::center;
|
||||
|
||||
Reference in New Issue
Block a user