some tag replacements

This commit is contained in:
2022-08-08 12:35:58 +02:00
parent 65a47c7c57
commit 43fb6ef5cb
9 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
template class FixedMap<unsigned int, unsigned short>;
TEST_CASE("FixedMap Tests", "[TestFixedMap]") {
TEST_CASE("FixedMap Tests", "[containers]") {
INFO("FixedMap Tests");
FixedMap<unsigned int, unsigned short> map(30);