diff --git a/tests/other_errors/import_it_self.jou b/tests/other_errors/import_it_self.jou index 1e7efa9f..16bb8cdd 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 - -def main() -> int: - return 0 +import ".\\import_it_self.jou" # Error: the file itself cannot be imported + +def main() -> int: + return 0