diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2016-03-07 15:20:16 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2016-03-07 15:20:16 -0300 |
commit | 37b3a4c607a1305ce56e96837e305fd637fde0e8 (patch) | |
tree | 2b825e07c89d31557b4e6c6c6dcff029de6a5ded /test/functional/preload.lua | |
parent | bd81239f2f98e46f8565c7d80d586381881e78b4 (diff) | |
parent | 6674930d7c15e30b6110c4ff2489dd30985969e6 (diff) | |
download | rneovim-37b3a4c607a1305ce56e96837e305fd637fde0e8.tar.gz rneovim-37b3a4c607a1305ce56e96837e305fd637fde0e8.tar.bz2 rneovim-37b3a4c607a1305ce56e96837e305fd637fde0e8.zip |
Merge PR #4423 'Make functional tests compatible with lua'
Diffstat (limited to 'test/functional/preload.lua')
-rw-r--r-- | test/functional/preload.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/preload.lua b/test/functional/preload.lua index 5f34f7fa6e..1971ef77cc 100644 --- a/test/functional/preload.lua +++ b/test/functional/preload.lua @@ -1,5 +1,4 @@ -- Modules loaded here will not be cleared and reloaded by Busted. -- Busted started doing this to help provide more isolation. See issue #62 -- for more information about this. -local ffi = require('ffi') local helpers = require('test.functional.helpers') |