diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-07-31 22:57:53 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-07-31 23:15:26 -0300 |
commit | 4a818684e2bc23c1ba09dec6cb74127e8e0e3f95 (patch) | |
tree | 8f0de39c15ddbb149ee707dc998575e45ac9d88d /testc.lua | |
parent | 360ac079778691ba991308ac73f3e1f70ad579e5 (diff) |
Cleaning up
Diffstat (limited to 'testc.lua')
-rw-r--r-- | testc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testc.lua b/testc.lua index eb864e1..e9a793c 100644 --- a/testc.lua +++ b/testc.lua @@ -21,13 +21,13 @@ load = function(target, ...) end end -local cratera = require "dirtycratera" +local cratera = require "cratera" -- first test: does it handle empty files properly? assert(printr(cratera.load("")))() -- second test: does it handle lua code properly? -assert(printr(cratera.load(io.open("dirtycompiler.lua"):read("*a"))))() +assert(printr(cratera.load(io.open("cratera/compiler.lua"):read("*a"))))() print("-----------------------------------------------------------------------------------------------------------------------") print(table.concat(collect)) |