unittest: Remove remaining moonscript references

This commit is contained in:
Thiago de Arruda
2014-08-30 23:49:56 -03:00
committed by Nicolas Hillegeer
parent 38b7b4405e
commit 7b41fb383a
2 changed files with 5 additions and 6 deletions

View File

@@ -215,7 +215,6 @@ end
-- uncomment the following lines (and comment the return) for standalone
-- operation (very handy for debugging)
local function standalone(...)
require "moonscript"
Preprocess = require("preprocess")
Preprocess.add_to_include_path('./../../src')
Preprocess.add_to_include_path('./../../build/include')