aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/030_fileformats_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-20 00:13:58 +0100
committerGitHub <noreply@github.com>2018-02-20 00:13:58 +0100
commite215b6cb854626e728ef5c4045945962364e5b7d (patch)
treec7bc010ec66d30ea798cf419f1084178e24e2417 /test/functional/legacy/030_fileformats_spec.lua
parente177c186e40e96b70ccdb92f90b6184ab58890a1 (diff)
parent7fa69fb288d9fcf66c2fe504d760cc7a23da7256 (diff)
downloadrneovim-e215b6cb854626e728ef5c4045945962364e5b7d.tar.gz
rneovim-e215b6cb854626e728ef5c4045945962364e5b7d.tar.bz2
rneovim-e215b6cb854626e728ef5c4045945962364e5b7d.zip
Merge #7412 'win: enable more tests'
Diffstat (limited to 'test/functional/legacy/030_fileformats_spec.lua')
-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()