diff options
author | Georg Brandl <georg@python.org> | 2006-03-28 10:26:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-28 10:26:45 (GMT) |
commit | 019514e854a1fdb84960bcdd8b57c86a3b7f4755 (patch) | |
tree | 4af0d3e7c935cd60d2c2d3998aba7b0659b1effd /Lib/test/output | |
parent | b921a84405a9c9db7c01ca19533bd98556c7375c (diff) | |
download | cpython-019514e854a1fdb84960bcdd8b57c86a3b7f4755.zip cpython-019514e854a1fdb84960bcdd8b57c86a3b7f4755.tar.gz cpython-019514e854a1fdb84960bcdd8b57c86a3b7f4755.tar.bz2 |
Make test_augassign pass with -Qnew and convert to unittest.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_augassign | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/Lib/test/output/test_augassign b/Lib/test/output/test_augassign deleted file mode 100644 index af840f8..0000000 --- a/Lib/test/output/test_augassign +++ /dev/null @@ -1,51 +0,0 @@ -test_augassign -6 -[6] -6 -[1, 2, 3, 4, 1, 2, 3, 4] -[1, 2, 1, 2, 3] -True -True -True -11 -True -12 -True -True -13 -__add__ called -__radd__ called -__iadd__ called -__sub__ called -__rsub__ called -__isub__ called -__mul__ called -__rmul__ called -__imul__ called -__div__ called -__rdiv__ called -__idiv__ called -__floordiv__ called -__rfloordiv__ called -__ifloordiv__ called -__mod__ called -__rmod__ called -__imod__ called -__pow__ called -__rpow__ called -__ipow__ called -__or__ called -__ror__ called -__ior__ called -__and__ called -__rand__ called -__iand__ called -__xor__ called -__rxor__ called -__ixor__ called -__rshift__ called -__rrshift__ called -__irshift__ called -__lshift__ called -__rlshift__ called -__ilshift__ called |