Move battle tests off the heap (#3414)

This commit is contained in:
Martin Griffin
2023-10-13 20:31:10 +01:00
committed by GitHub
parent 231ebea3f0
commit 45897cefbc
5 changed files with 39 additions and 24 deletions

View File

@@ -626,7 +626,7 @@ struct BattleTestRunnerState
};
extern const struct TestRunner gBattleTestRunner;
extern struct BattleTestRunnerState *gBattleTestRunnerState;
extern struct BattleTestRunnerState *const gBattleTestRunnerState;
#define MEMBERS(...) VARARG_8(MEMBERS_, __VA_ARGS__)
#define MEMBERS_0()