aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2017-10-19 01:38:30 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-02-19 07:10:43 -0500
commit18a53b65028869a7397711698c3aebaa86a441cc (patch)
tree04629e36ddc4be9ca6ad55604c1b37199f95df6e
parentc5a7f451ce2385c1d687fe2b5fe331c9ebc0d618 (diff)
downloadrneovim-18a53b65028869a7397711698c3aebaa86a441cc.tar.gz
rneovim-18a53b65028869a7397711698c3aebaa86a441cc.tar.bz2
rneovim-18a53b65028869a7397711698c3aebaa86a441cc.zip
win: enable legacy test 30
-rw-r--r--test/functional/legacy/030_fileformats_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/030_fileformats_spec.lua b/test/functional/legacy/030_fileformats_spec.lua
index 7384fdf847..2fd51602d8 100644
--- a/test/functional/legacy/030_fileformats_spec.lua
+++ b/test/functional/legacy/030_fileformats_spec.lua
@@ -5,8 +5,6 @@ local feed, clear, command = helpers.feed, helpers.clear, helpers.command
local eq, write_file = helpers.eq, helpers.write_file
local wait = helpers.wait
-if helpers.pending_win32(pending) then return end
-
describe('fileformats option', function()
setup(function()
clear()