summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/cpydiff/core_function_unpacking.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/cpydiff/core_function_unpacking.py b/tests/cpydiff/core_function_unpacking.py
deleted file mode 100644
index 01d25ee4d..000000000
--- a/tests/cpydiff/core_function_unpacking.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""
-categories: Core,Functions
-description: Unpacking function arguments in non-last position isn't detected as an error
-cause: Unknown
-workaround: The syntax below is invalid, never use it in applications.
-"""
-print(*(1, 2), 3)