some tag replacements
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
/**
|
||||
* @brief Array List test
|
||||
*/
|
||||
TEST_CASE("Array List", "[ArrayListTest]") {
|
||||
TEST_CASE("Array List", "[containers]") {
|
||||
// perform set-up here
|
||||
ArrayList<uint16_t> list(20);
|
||||
struct TestClass {
|
||||
|
Reference in New Issue
Block a user