diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-08-30 23:49:56 -0300 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-08-31 14:50:49 +0200 |
commit | 7b41fb383ab199ae6e7f3eb3d62a22da1a173e59 (patch) | |
tree | 299c4b6d68dbfaa70eec2ee5fd9791a6c8c9f179 /test/unit/formatc.lua | |
parent | 38b7b4405e83a1dc36a050458dbc652a4317afa0 (diff) | |
download | rneovim-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.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') |