aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorThomas Vigouroux <thomas.vigouroux@protonmail.com>2022-08-24 19:05:58 +0200
committerGitHub <noreply@github.com>2022-08-24 19:05:58 +0200
commit3b2121cedfd7c2710b69bd38a3eb2ce51e0205e4 (patch)
tree79d329f87997dd56a076037405c844133fb0d1bf /test/functional/helpers.lua
parentb1eaa2b9a3bae46f6dcbab8dc3a84e0044b11317 (diff)
parent26ebf67c39d3776095706fafe34eea2e37013579 (diff)
downloadrneovim-3b2121cedfd7c2710b69bd38a3eb2ce51e0205e4.tar.gz
rneovim-3b2121cedfd7c2710b69bd38a3eb2ce51e0205e4.tar.bz2
rneovim-3b2121cedfd7c2710b69bd38a3eb2ce51e0205e4.zip
Merge pull request #19928 from vigoux/ts-fix-c-parser
test(treesitter): make internal lang test pending when necessary
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 981cfc306e..93fb0f245e 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -761,6 +761,7 @@ function module.pending_c_parser(pending_fn)
pending_fn 'no C parser, skipping'
return true
end
+ module.exec_lua [[vim._ts_remove_language 'c']]
return false
end