diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-20 00:13:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 00:13:58 +0100 |
commit | e215b6cb854626e728ef5c4045945962364e5b7d (patch) | |
tree | c7bc010ec66d30ea798cf419f1084178e24e2417 /test/functional/legacy/arglist_spec.lua | |
parent | e177c186e40e96b70ccdb92f90b6184ab58890a1 (diff) | |
parent | 7fa69fb288d9fcf66c2fe504d760cc7a23da7256 (diff) | |
download | rneovim-e215b6cb854626e728ef5c4045945962364e5b7d.tar.gz rneovim-e215b6cb854626e728ef5c4045945962364e5b7d.tar.bz2 rneovim-e215b6cb854626e728ef5c4045945962364e5b7d.zip |
Merge #7412 'win: enable more tests'
Diffstat (limited to 'test/functional/legacy/arglist_spec.lua')
-rw-r--r-- | test/functional/legacy/arglist_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/arglist_spec.lua b/test/functional/legacy/arglist_spec.lua index ec754a533b..bd65e549ef 100644 --- a/test/functional/legacy/arglist_spec.lua +++ b/test/functional/legacy/arglist_spec.lua @@ -4,8 +4,6 @@ local helpers = require('test.functional.helpers')(after_each) local clear, command, eq = helpers.clear, helpers.command, helpers.eq local eval, exc_exec, neq = helpers.eval, helpers.exc_exec, helpers.neq -if helpers.pending_win32(pending) then return end - describe('argument list commands', function() before_each(clear) |