summaryrefslogtreecommitdiff
path: root/tests/functional/m/multiple_statements.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/m/multiple_statements.py')
-rw-r--r--tests/functional/m/multiple_statements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/m/multiple_statements.py b/tests/functional/m/multiple_statements.py
index 5b55eac42..c3252f797 100644
--- a/tests/functional/m/multiple_statements.py
+++ b/tests/functional/m/multiple_statements.py
@@ -27,4 +27,4 @@ finally:
@overload
def concat2(arg1: str) -> str: ...
-def concat2(arg1: str) -> str: ... # [multiple-statements]
+def concat2(arg1: str) -> str: ...