Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jun 17, 2024
1 parent b8bbfa2 commit 6667446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/unit_tests/check_runtimes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
priority = TEST_LONGER

///Regex patterns if we must satisfy checks with runtimes present
var/list/whitelisted_regex = list()
var/list/whitelisted_regex = list(
"call_proc_by_id"
)

/datum/unit_test/check_runtimes/Run()
for(var/runtime as anything in GLOB.STUI.runtime)
Expand Down

0 comments on commit 6667446

Please sign in to comment.