aboutsummaryrefslogtreecommitdiff
path: root/test/unit/formatc.lua
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-08-31 14:57:28 +0200
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-08-31 14:57:28 +0200
commit3051015f8907445bbb193a0781c75f9cdc54236e (patch)
tree880238964726ad6d37e767d6dcf681281b5df12c /test/unit/formatc.lua
parent3a766d2c504c3b91de4936855ef44daa176ed04b (diff)
parentc798611771a7cc184de52e0bcada0ceb60a93888 (diff)
downloadrneovim-3051015f8907445bbb193a0781c75f9cdc54236e.tar.gz
rneovim-3051015f8907445bbb193a0781c75f9cdc54236e.tar.bz2
rneovim-3051015f8907445bbb193a0781c75f9cdc54236e.zip
Merge #1128 'Drop moonscript'
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')