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 ;
^^^^^^
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;
^^^^^^
expected 'module' keyword
+2 -2
View File
@@ -1,4 +1,4 @@
---
2|
--- v0/tests/parser_missing_semicolon_import.c2 ---
1| module my_module; import other_module
^
expected ';' after import
+2 -3
View File
@@ -1,5 +1,4 @@
---
---
2|
--- v0/tests/parser_missing_semicolon_module.c2 ---
1| module my_module
^
expected ';' after module name
+1 -2
View File
@@ -1,5 +1,4 @@
---
---
--- v0/tests/tokenstream_unknown_token.c2 ---
1| %
^
unexpected token '%'