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