Fixed TODO tests not showing up when filtering by name (#5894)

This commit is contained in:
Eduardo Quezada 2024-12-29 10:18:33 -03:00 committed by GitHub
parent 445ba32679
commit 7ddb4cdc1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -742,7 +742,7 @@ extern struct BattleTestRunnerState *const gBattleTestRunnerState;
/* Test */ /* Test */
#define TO_DO_BATTLE_TEST(_name) \ #define TO_DO_BATTLE_TEST(_name) \
TEST("TODO: " _name) \ TEST(_name) \
{ \ { \
TO_DO; \ TO_DO; \
} }