aboutsummaryrefslogtreecommitdiffstats
path: root/test_.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest_.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_.lua b/test_.lua
index 6a51b45..452f4c9 100755
--- a/test_.lua
+++ b/test_.lua
@@ -1,7 +1,7 @@
1#!/usr/bin/env luajit 1#!/usr/bin/env luajit
2 2
3 3
4local _ = require '_' 4local _ = require 'PolygLua'
5 5
6 6
7I'Starting from the top.' 7I'Starting from the top.'