diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-15 12:33:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 19:33:30 +0800 |
commit | 211c568e6452e62b119ac4b987ff47b9174ec9ad (patch) | |
tree | b5d20f8c5b703790201a25703e03a8bd33392f51 | |
parent | 4b02291f81b76eda029d4eae1c1d59c1a946a032 (diff) | |
download | rneovim-211c568e6452e62b119ac4b987ff47b9174ec9ad.tar.gz rneovim-211c568e6452e62b119ac4b987ff47b9174ec9ad.tar.bz2 rneovim-211c568e6452e62b119ac4b987ff47b9174ec9ad.zip |
test: don't skip parser_spec on windows (#20294)
-rw-r--r-- | test/functional/treesitter/parser_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/treesitter/parser_spec.lua b/test/functional/treesitter/parser_spec.lua index 22348c7e20..c6ddf812be 100644 --- a/test/functional/treesitter/parser_spec.lua +++ b/test/functional/treesitter/parser_spec.lua @@ -14,8 +14,6 @@ describe('treesitter parser API', function() clear() it('parses buffer', function() - skip(iswin()) - insert([[ int main() { int x = 3; |