diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-08-31 14:57:28 +0200 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-08-31 14:57:28 +0200 |
commit | 3051015f8907445bbb193a0781c75f9cdc54236e (patch) | |
tree | 880238964726ad6d37e767d6dcf681281b5df12c /test/unit/formatc.lua | |
parent | 3a766d2c504c3b91de4936855ef44daa176ed04b (diff) | |
parent | c798611771a7cc184de52e0bcada0ceb60a93888 (diff) | |
download | rneovim-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.lua | 1 |
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') |