chore: fix local fixture test for C language
This commit is contained in:
parent
a91a6cc615
commit
5e62120050
1 changed files with 1 additions and 1 deletions
2
test/fixtures/error_corpus/c_errors.txt
vendored
2
test/fixtures/error_corpus/c_errors.txt
vendored
|
|
@ -108,7 +108,7 @@ int main() {
|
|||
(function_declarator (identifier) (parameter_list))
|
||||
(compound_statement
|
||||
(declaration (primitive_type) (identifier))
|
||||
(ERROR (primitive_type) (UNEXPECTED '$')))))
|
||||
(ERROR (primitive_type) (ERROR) (identifier) (UNEXPECTED '@')))))
|
||||
|
||||
=========================================
|
||||
Extra values in parenthesized expressions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue