From f3f5ea78ca92297a473d3fa8d058b9316a78a204 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 26 Sep 2020 16:21:43 +0200 Subject: [PATCH] [MIRROR] Undefine testing only define once tests are finished (#995) * Undefine testing only define once tests are finished (#53960) * Undefine testing only define once tests are finished Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com> --- code/modules/unit_tests/_unit_tests.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/unit_tests/_unit_tests.dm b/code/modules/unit_tests/_unit_tests.dm index eacac93a2ea..aad6c52862d 100644 --- a/code/modules/unit_tests/_unit_tests.dm +++ b/code/modules/unit_tests/_unit_tests.dm @@ -54,4 +54,5 @@ #undef TEST_ASSERT #undef TEST_ASSERT_EQUAL #undef TEST_ASSERT_NOTEQUAL +#undef TEST_FOCUS #endif