tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Commit 1e70fda69f
fixes this difference.
This commit is contained in:
parent
3cf02be4e0
commit
4b5111f8e1
|
@ -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)
|
|
Loading…
Reference in New Issue