diff --git a/vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt b/vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt deleted file mode 100644 index 9673caeec..000000000 --- a/vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt +++ /dev/null @@ -1,13 +0,0 @@ -============================================ -Line comments with escaped CRLF line endings -============================================ - -// hello \ - this is still a comment -this_is_not a_comment; - ---- - -(translation_unit - (comment) - (declaration (type_identifier) (identifier)))