fix: remove broken test

This commit is contained in:
bglgwyng 2025-11-20 17:49:45 +09:00
parent c5b70d3c5c
commit cb8d926725

View file

@ -1316,11 +1316,6 @@ fn test_cpp_parser_and_node_types_compatibility() {
test_parser_and_node_types_compatibility("cpp");
}
#[test]
fn test_embedded_template_parser_and_node_types_compatibility() {
test_parser_and_node_types_compatibility("embedded_template");
}
#[test]
fn test_go_parser_and_node_types_compatibility() {
test_parser_and_node_types_compatibility("go");