From 1708616be8ccc8ba54133420d4a526b69550d79e Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 14 Jan 2025 12:09:22 +0200 Subject: [PATCH] Delete duplicate test file --- tests/other_errors/unexpected_return_value.jou | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/other_errors/unexpected_return_value.jou diff --git a/tests/other_errors/unexpected_return_value.jou b/tests/other_errors/unexpected_return_value.jou deleted file mode 100644 index 62a954de..00000000 --- a/tests/other_errors/unexpected_return_value.jou +++ /dev/null @@ -1,2 +0,0 @@ -def f() -> None: - return 123 # Error: function 'f' cannot return a value because it was defined with '-> None'