Skip to content

Commit ad1c091

Browse files
authored
Autostory: disable test code (#924)
1 parent 531a1d4 commit ad1c091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStoryTools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace PokemonSV{
2121

2222
using namespace ML;
2323

24-
static constexpr bool ENABLE_TEST = true;
24+
static constexpr bool ENABLE_TEST = false;
2525

2626
struct AutoStoryStats : public StatsTracker{
2727
AutoStoryStats()

0 commit comments

Comments
 (0)