Fixed TODO tests not showing up when filtering by name (#5894)
This commit is contained in:
parent
445ba32679
commit
7ddb4cdc1b
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue