test: don't skip parser_spec on windows (#20294)

This commit is contained in:
dundargoc 2022-11-15 12:33:30 +01:00 committed by GitHub
parent 4b02291f81
commit 211c568e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,6 @@ describe('treesitter parser API', function()
clear() clear()
it('parses buffer', function() it('parses buffer', function()
skip(iswin())
insert([[ insert([[
int main() { int main() {
int x = 3; int x = 3;