chore: update tests

This commit is contained in:
Amaan Qureshi 2024-04-08 12:29:16 -04:00
parent 21c06101aa
commit c1a63019a4

View file

@ -324,7 +324,7 @@ describe('Parser', () => {
'(source_file (const_item ' +
'name: (identifier) ' +
'type: (reference_type (lifetime (identifier)) type: (primitive_type)) ' +
'value: (raw_string_literal)))',
'value: (raw_string_literal (string_content))))',
);
}).timeout(5000);