From ccda81f4f15c6f66e09ebbf7f5868d72e87495d8 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: Fri, 12 Jul 2024 22:17:49 +0800 Subject: [PATCH] Update missing_main_function.jou --- tests/other_errors/missing_main_function.jou | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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