aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/t32/comments.cmm
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-07-29 10:56:17 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-07-29 10:56:17 +0200
commit97957a547b93412411ba3a8a9abd27589247c869 (patch)
treeb7b9578530a0207919d97c239fe39477bc6e5a73 /tests/query/highlights/t32/comments.cmm
parentfix(tests): mark t32 as allowed to fail (diff)
downloadnvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar
nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.gz
nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.bz2
nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.lz
nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.xz
nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.zst
nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.zip
fix(tests): remove t32 tests
t32 parser is hosted on Codeberg, which has frequent outages that block unrelated CI. Revert this commit if and when uptime has improved.
Diffstat (limited to 'tests/query/highlights/t32/comments.cmm')
-rw-r--r--tests/query/highlights/t32/comments.cmm10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/query/highlights/t32/comments.cmm b/tests/query/highlights/t32/comments.cmm
deleted file mode 100644
index 0bab130f6..000000000
--- a/tests/query/highlights/t32/comments.cmm
+++ /dev/null
@@ -1,10 +0,0 @@
-// This is a comment
-; <- comment
-
-; Another comment
-; <- comment
-
-ECHO &a // This is a trailing comment
-; ^ comment
-
-// vim: set ft=t32: