Skip to content
Snippets Groups Projects
Commit 252a948090ab authored by Stefan Behnel's avatar Stefan Behnel
Browse files

fix test

parent b9bc7955006a
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
True True
>>> int_abs(-5.1) == 5 >>> int_abs(-5.1) == 5
True True
>>> long_abs(-max_int-1) > 0 >>> int_abs(-max_int-1) > 0
True True
>>> int_abs(-max_int-1) == abs(-max_int-1) or (max_int, int_abs(-max_int-1), abs(-max_int-1)) >>> int_abs(-max_int-1) == abs(-max_int-1) or (max_int, int_abs(-max_int-1), abs(-max_int-1))
True True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment