Update log headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
--- v0/tests/parser_bad_impo ---
|
--- v0/tests/parser_bad_import_name.c2 ---
|
||||||
1| import ;
|
1| import ;
|
||||||
^^^^^^
|
^^^^^^
|
||||||
expected 'module' keyword
|
expected 'module' keyword
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- v0/tests/parser_bad_modu ---
|
--- v0/tests/parser_bad_module_name.c2 ---
|
||||||
1| import other_module;
|
1| import other_module;
|
||||||
^^^^^^
|
^^^^^^
|
||||||
expected 'module' keyword
|
expected 'module' keyword
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
---
|
--- v0/tests/parser_missing_semicolon_import.c2 ---
|
||||||
2|
|
1| module my_module; import other_module
|
||||||
^
|
^
|
||||||
expected ';' after import
|
expected ';' after import
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
--- v0/tests/parser_missing_semicolon_module.c2 ---
|
||||||
---
|
1| module my_module
|
||||||
2|
|
^
|
||||||
^
|
|
||||||
expected ';' after module name
|
expected ';' after module name
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
--- v0/tests/tokenstream_unknown_token.c2 ---
|
||||||
---
|
|
||||||
1| %
|
1| %
|
||||||
^
|
^
|
||||||
unexpected token '%'
|
unexpected token '%'
|
||||||
|
|||||||
Reference in New Issue
Block a user