Commit 37e1e52b authored by Vitja Makarov's avatar Vitja Makarov

Fix uninitialized_lhs test

parent 45dea6aa
......@@ -12,6 +12,6 @@ def slice_lhs(a):
a[:idx] = 1
_ERRORS = """
7:9: local variable 'idx' referenced before assignment
11:10: local variable 'idx' referenced before assignment
8:9: local variable 'idx' referenced before assignment
12:10: local variable 'idx' 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