diff --git a/tests/other_errors/missing_main_function.jou b/tests/other_errors/missing_main_function.jou index 83c6d85d..dbf251de 100644 --- a/tests/other_errors/missing_main_function.jou +++ b/tests/other_errors/missing_main_function.jou @@ -1,4 +1,3 @@ -# Error: missing `main` function to execute the program def test() -> None: _ = "lol no main func" - + # Output: missing `main` function to execute the program