diff --git a/tests/syntax_error/missing_end_quote_in_string.jou b/tests/syntax_error/missing_end_quote_in_string.jou index 4886be21..f0f4e552 100644 --- a/tests/syntax_error/missing_end_quote_in_string.jou +++ b/tests/syntax_error/missing_end_quote_in_string.jou @@ -1,6 +1,6 @@ import "stdlib/io.jou" -# Output: compiler error in file "tests/syntax_errorr/missing_end_quote_in_string.jou", line 5: missing " to end the byte literal +# Output: compiler error in file "tests/syntax_errorr/missing_end_quote_in_string.jou", line 5: missing " to end the string def main() -> int: printf("Hello) return 0