diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-07-29 10:56:17 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-29 10:56:17 +0200 |
| commit | 97957a547b93412411ba3a8a9abd27589247c869 (patch) | |
| tree | b7b9578530a0207919d97c239fe39477bc6e5a73 /tests/indent/t32/while_block.cmm | |
| parent | fix(tests): mark t32 as allowed to fail (diff) | |
| download | nvim-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/indent/t32/while_block.cmm')
| -rw-r--r-- | tests/indent/t32/while_block.cmm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/indent/t32/while_block.cmm b/tests/indent/t32/while_block.cmm deleted file mode 100644 index bfcbd45db..000000000 --- a/tests/indent/t32/while_block.cmm +++ /dev/null @@ -1,14 +0,0 @@ -WHILE &a - Step - -WHILE (sYmbol.EXIT(main)) -( - Step - Break -) - -WHILE (FALSE()) -// comment -( - ECHO "test" -) |
