From 3c0cc9c2fb3b4982bf39ded27fa3bdd454cb9af0 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 19 Oct 2017 00:28:37 -0400 Subject: [PATCH] win: enable legacy/wordcount_spec.lua --- test/functional/legacy/wordcount_spec.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua index 5412903866..0c8bd2cdcc 100644 --- a/test/functional/legacy/wordcount_spec.lua +++ b/test/functional/legacy/wordcount_spec.lua @@ -6,8 +6,6 @@ local clear, command = helpers.clear, helpers.command local eq, eval = helpers.eq, helpers.eval local wait = helpers.wait -if helpers.pending_win32(pending) then return end - describe('wordcount', function() before_each(clear)