aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shada/errors_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-09-19 20:57:49 +0300
committerZyX <kp-pav@yandex.ru>2015-10-08 22:01:10 +0300
commit7085ea07d8e5f976260476f2e84c38b3a3bf0407 (patch)
tree001978f4df5e55a15047d1d80013651adbbbf94a /test/functional/shada/errors_spec.lua
parent56a2549ff8bf2d02bdcf0c0946344d090d958e20 (diff)
downloadrneovim-7085ea07d8e5f976260476f2e84c38b3a3bf0407.tar.gz
rneovim-7085ea07d8e5f976260476f2e84c38b3a3bf0407.tar.bz2
rneovim-7085ea07d8e5f976260476f2e84c38b3a3bf0407.zip
functests: Move exc_exec to test.functional.helpers
Diffstat (limited to 'test/functional/shada/errors_spec.lua')
-rw-r--r--test/functional/shada/errors_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/shada/errors_spec.lua b/test/functional/shada/errors_spec.lua
index ce849fdcbd..b612ed48c5 100644
--- a/test/functional/shada/errors_spec.lua
+++ b/test/functional/shada/errors_spec.lua
@@ -3,12 +3,12 @@ local helpers = require('test.functional.helpers')
local nvim, nvim_window, nvim_curwin, nvim_command, nvim_feed, nvim_eval, eq =
helpers.nvim, helpers.window, helpers.curwin, helpers.command, helpers.feed,
helpers.eval, helpers.eq
+local exc_exec = helpers.exc_exec
local shada_helpers = require('test.functional.shada.helpers')
-local reset, set_additional_cmd, clear, exc_exec, get_shada_rw =
+local reset, set_additional_cmd, clear, get_shada_rw =
shada_helpers.reset, shada_helpers.set_additional_cmd,
- shada_helpers.clear, shada_helpers.exc_exec,
- shada_helpers.get_shada_rw
+ shada_helpers.clear, shada_helpers.get_shada_rw
local wshada, sdrcmd, shada_fname, clean =
get_shada_rw('Xtest-functional-shada-errors.shada')