Skip to content

Commit 8330642

Browse files
committed
Unmark test in test_augassign
1 parent f93b134 commit 8330642

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_augassign.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ def testBasic(self):
1818
x /= 2
1919
self.assertEqual(x, 3.0)
2020

21-
# TODO: RUSTPYTHON
22-
@unittest.expectedFailure
2321
def test_with_unpacking(self):
2422
self.assertRaises(SyntaxError, compile, "x, b += 3", "<test>", "exec")
2523

0 commit comments

Comments
 (0)