From eb601481de6ded2d15f327879a7cd91845295fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:38:28 +0800 Subject: [PATCH] emm --- tests/syntax_error/missing_end_quote_in_byte.jou | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/syntax_error/missing_end_quote_in_byte.jou b/tests/syntax_error/missing_end_quote_in_byte.jou index 8f6faac1..52fe3caf 100644 --- a/tests/syntax_error/missing_end_quote_in_byte.jou +++ b/tests/syntax_error/missing_end_quote_in_byte.jou @@ -1,6 +1,6 @@ import "stdlib/io.jou" +# Output: compiler error in file "tests/syntax_error/missing_end_quote_in_byte.jou", line 5: missing ' to end the byte literal def main() -> int: printf('?) - # Error: line 4: missing ' to end the byte literal - return 0 \ No newline at end of file + return 0