about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-06-03 10:36:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-06-03 10:36:05 -0700
commit3114176ebd5b9895b5f67c759a2a705f673a4ac0 (patch)
treef8a6a60a8cd0165f5aa7b70fea1c267f469fcca6 /app.lua
parent541519a9986fe5c85d6b03fc8cf993ba8e950b0c (diff)
downloadlines.love-3114176ebd5b9895b5f67c759a2a705f673a4ac0.tar.gz
change how we handle clicks above top margin
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.lua b/app.lua
index 1d4a72b..584b17b 100644
--- a/app.lua
+++ b/app.lua
@@ -361,6 +361,7 @@ function App.run_tests()
   for _,name in ipairs(sorted_names) do
     App.initialize_for_test()
 --?     print('=== '..name)
+--?     _G[name]()
     xpcall(_G[name], function(err) prepend_debug_info_to_test_failure(name, err) end)
   end
   -- clean up all test methods