From 5e62120050ae4db6adf07c3071641f36bcb62eb2 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Mon, 16 Oct 2023 21:45:40 +0300 Subject: [PATCH] chore: fix local fixture test for C language --- test/fixtures/error_corpus/c_errors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/error_corpus/c_errors.txt b/test/fixtures/error_corpus/c_errors.txt index 4b507590..d44400cf 100644 --- a/test/fixtures/error_corpus/c_errors.txt +++ b/test/fixtures/error_corpus/c_errors.txt @@ -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