From 9aee332fbda8f17866bda63b2c5f88711451117a Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 11 Aug 2023 12:52:28 -0400 Subject: [PATCH] Widen and clarify structures test mode restrictions --- test/structures/find.lua | 2 +- test/structures/globals.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/structures/find.lua b/test/structures/find.lua index e93b2cc7f..590df8971 100644 --- a/test/structures/find.lua +++ b/test/structures/find.lua @@ -1,4 +1,4 @@ -config.mode = 'title' +config.mode = 'title' -- not safe to run when a world is loaded config.target = 'core' local function clean_vec(vec) diff --git a/test/structures/globals.lua b/test/structures/globals.lua index 6b278af96..81d77f8c7 100644 --- a/test/structures/globals.lua +++ b/test/structures/globals.lua @@ -1,4 +1,3 @@ -config.mode = 'title' config.target = 'core' local function with_temp_global_address(name, addr, callback, ...)