Fix wasm tests

This commit is contained in:
Andrew Hlynskyi 2023-01-06 08:32:26 +02:00
parent 9737fcb558
commit 19bd5868eb
2 changed files with 5 additions and 4 deletions

View file

@ -153,7 +153,7 @@ describe("Parser", () => {
'type: (primitive_type) ' +
'declarator: (init_declarator ' +
'declarator: (pointer_declarator declarator: (identifier)) ' +
'value: (raw_string_literal))))'
'value: (raw_string_literal delimiter: (raw_string_delimiter) (raw_string_content) (raw_string_delimiter)))))'
);
}).timeout(5000);