Remove a C error recovery test temporarily
This commit is contained in:
parent
0810971f3e
commit
df2430b94c
1 changed files with 0 additions and 27 deletions
27
test/fixtures/error_corpus/c_errors.txt
vendored
27
test/fixtures/error_corpus/c_errors.txt
vendored
|
|
@ -141,30 +141,3 @@ int y = 5;
|
|||
(translation_unit
|
||||
(declaration (primitive_type) (ERROR (identifier)) (identifier))
|
||||
(declaration (primitive_type) (init_declarator (identifier) (number_literal))))
|
||||
|
||||
==========================================
|
||||
Declarations with missing variable names
|
||||
==========================================
|
||||
|
||||
int a() {
|
||||
struct x = 1;
|
||||
int = 2;
|
||||
}
|
||||
|
||||
---
|
||||
|
||||
(translation_unit
|
||||
(function_definition
|
||||
(primitive_type)
|
||||
(function_declarator (identifier) (parameter_list))
|
||||
(compound_statement
|
||||
(declaration
|
||||
(struct_specifier (type_identifier))
|
||||
(init_declarator
|
||||
(MISSING)
|
||||
(number_literal)))
|
||||
(declaration
|
||||
(primitive_type)
|
||||
(init_declarator
|
||||
(MISSING)
|
||||
(number_literal))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue