Update log headers

This commit is contained in:
2026-04-26 21:19:59 +02:00
parent c219a303ec
commit f33e8d3e25
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
+3 -3
View File
@@ -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
+3 -4
View File
@@ -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 -2
View File
@@ -1,5 +1,4 @@
--- --- v0/tests/tokenstream_unknown_token.c2 ---
---
1| % 1| %
^ ^
unexpected token '%' unexpected token '%'