diff options
m--------- | Balau | 0 | ||||
-rw-r--r-- | tests/test2.lua | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Balau b/Balau -Subproject 24dbb15bf6f2b513e2fb75345345b7b646ff1a8 +Subproject 4ac6cc16fd54c12161b131e3b9bab0ac17dc4d0 diff --git a/tests/test2.lua b/tests/test2.lua index d023ba5..807e861 100644 --- a/tests/test2.lua +++ b/tests/test2.lua @@ -3,4 +3,9 @@ function test2() i:open() i:close() i:destroy() + + i = Input.new "tests/test1.lua" + i = nil + + collectgarbage() end |