clean up a print

This commit is contained in:
Kartik K. Agaram 2023-01-20 21:55:52 -08:00
parent bc95ec467b
commit d13d0f9af0
1 changed files with 0 additions and 1 deletions

View File

@ -371,7 +371,6 @@ function App.run_tests()
App.initialize_for_test()
xpcall(_G[name], function(err) prepend_debug_info_to_test_failure(name, err) end)
end
print()
-- clean up all test methods
for _,name in ipairs(sorted_names) do
_G[name] = nil