Simplify layout of lua test script locations.

This commit is contained in:
James Roseborough
2012-09-07 14:05:41 +00:00
parent 3bacea878e
commit f2d1106fe5
27 changed files with 151 additions and 166 deletions

View File

@@ -33,5 +33,5 @@ t[200] = [[
local s = table.concat(t)
print(s)
f = loadstring(s)
f = load(s)
f()