Commit 9f965289 authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent 6ab88618
......@@ -38,7 +38,7 @@ def int_abs(int a):
True
>>> int_abs(-5.1) == 5
True
>>> long_abs(-max_int-1) > 0
>>> int_abs(-max_int-1) > 0
True
>>> int_abs(-max_int-1) == abs(-max_int-1) or (max_int, int_abs(-max_int-1), abs(-max_int-1))
True
......
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