summaryrefslogtreecommitdiff
path: root/tests/test2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test2.lua')
-rw-r--r--tests/test2.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test2.lua b/tests/test2.lua
new file mode 100644
index 0000000..d023ba5
--- /dev/null
+++ b/tests/test2.lua
@@ -0,0 +1,6 @@
+function test2()
+ local i = Input.new "tests/test1.lua"
+ i:open()
+ i:close()
+ i:destroy()
+end