aboutsummaryrefslogtreecommitdiff
path: root/test/unit/formatc.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-08-30 23:49:56 -0300
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-08-31 14:50:49 +0200
commit7b41fb383ab199ae6e7f3eb3d62a22da1a173e59 (patch)
tree299c4b6d68dbfaa70eec2ee5fd9791a6c8c9f179 /test/unit/formatc.lua
parent38b7b4405e83a1dc36a050458dbc652a4317afa0 (diff)
downloadrneovim-7b41fb383ab199ae6e7f3eb3d62a22da1a173e59.tar.gz
rneovim-7b41fb383ab199ae6e7f3eb3d62a22da1a173e59.tar.bz2
rneovim-7b41fb383ab199ae6e7f3eb3d62a22da1a173e59.zip
unittest: Remove remaining moonscript references
Diffstat (limited to 'test/unit/formatc.lua')
-rw-r--r--test/unit/formatc.lua1
1 files changed, 0 insertions, 1 deletions
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')