diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-04 22:19:50 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-04 22:19:50 +1000 |
commit | 4b5111f8e1ec1fc0dc0845a090beee1ecbd309df (patch) | |
tree | 2e175e0b69b443bf848bdfbf21e6f1b1e7544f44 | |
parent | 3cf02be4e025ae74fa1a6924ff773e40fe5ef970 (diff) |
tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Commit 1e70fda69fcb4991eb60ed43e610f664ea1319e6 fixes this difference.
-rw-r--r-- | tests/cpydiff/core_function_unpacking.py | 7 |
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) |