Commit 7cccaa06 authored by Vitja Makarov's avatar Vitja Makarov

Fix w_uninitilized_del testcase, now inferred as python object

parent 0f122b6d
...@@ -9,8 +9,6 @@ def foo(x): ...@@ -9,8 +9,6 @@ def foo(x):
return a, b return a, b
_ERRORS = """ _ERRORS = """
7:9: Deletion of non-Python, non-C++ object
7:12: local variable 'b' referenced before assignment 7:12: local variable 'b' referenced before assignment
7:12: Deletion of non-Python, non-C++ object
9:12: local variable 'a' referenced before assignment 9:12: local variable 'a' referenced before assignment
""" """
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment