From 7b41fb383ab199ae6e7f3eb3d62a22da1a173e59 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sat, 30 Aug 2014 23:49:56 -0300 Subject: unittest: Remove remaining moonscript references --- test/unit/formatc.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/unit/formatc.lua') diff --git a/test/unit/formatc.lua b/test/unit/formatc.lua index dc1fb3fd9c..bafaf09310 100644 --- a/test/unit/formatc.lua +++ b/test/unit/formatc.lua @@ -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') -- cgit