diff options
Diffstat (limited to 'app.lua')
-rw-r--r-- | app.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.lua b/app.lua index 263518c..1bec1f0 100644 --- a/app.lua +++ b/app.lua @@ -131,7 +131,7 @@ function App.run_tests() end table.sort(sorted_names) --? App.initialize_for_test() -- debug: run a single test at a time like these 2 lines ---? test_click_below_all_lines() +--? test_search() for _,name in ipairs(sorted_names) do App.initialize_for_test() --? print('=== '..name) |