aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-11-15 12:33:30 +0100
committerGitHub <noreply@github.com>2022-11-15 19:33:30 +0800
commit211c568e6452e62b119ac4b987ff47b9174ec9ad (patch)
treeb5d20f8c5b703790201a25703e03a8bd33392f51
parent4b02291f81b76eda029d4eae1c1d59c1a946a032 (diff)
downloadrneovim-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.lua2
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;