From f4041e06967f656bef6d83fcd604019c88b7b955 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: Sun, 22 Oct 2023 16:30:48 +0800 Subject: [PATCH] Update import_it_self.jou --- tests/other_errors/import_it_self.jou | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/other_errors/import_it_self.jou b/tests/other_errors/import_it_self.jou index 16bb8cdd..231161c4 100644 --- a/tests/other_errors/import_it_self.jou +++ b/tests/other_errors/import_it_self.jou @@ -1,4 +1,4 @@ -import ".\\import_it_self.jou" # Error: the file itself cannot be imported +import "./import_it_self.jou" # Error: the file itself cannot be imported def main() -> int: return 0