diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-08-19 10:29:48 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-08-19 10:29:48 -0700 |
commit | fc9490c9647b7ac55b1e5d32ca446da9004b7446 (patch) | |
tree | afcab29b30ad8f47663df8bcefec4a8bb8a96175 | |
parent | dd15f15640b882f7080ef3275b6a8c132bd1371d (diff) | |
download | view.love-fc9490c9647b7ac55b1e5d32ca446da9004b7446.tar.gz |
reclaim a couple more functions after tests
-rw-r--r-- | app.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app.lua b/app.lua index 4ff1166..ddc175d 100644 --- a/app.lua +++ b/app.lua @@ -341,6 +341,8 @@ function App.disable_tests() end -- test methods are disallowed outside tests + App.run_tests = nil + App.disable_tests = nil App.screen.init = nil App.filesystem = nil App.time = nil |