aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2017-10-19 09:51:25 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-02-19 07:10:43 -0500
commit10fbae086a205651b5ec76251f5bb4a4a6deaf06 (patch)
tree18aa7b20a6d85d5535b9d3c1333fc8b62625b1ad
parent18a53b65028869a7397711698c3aebaa86a441cc (diff)
downloadrneovim-10fbae086a205651b5ec76251f5bb4a4a6deaf06.tar.gz
rneovim-10fbae086a205651b5ec76251f5bb4a4a6deaf06.tar.bz2
rneovim-10fbae086a205651b5ec76251f5bb4a4a6deaf06.zip
win: enable legacy/arglist_spec.lua
-rw-r--r--test/functional/legacy/arglist_spec.lua2
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)