Commit d49489ad authored by Marius Wachtler's avatar Marius Wachtler

Add missing floorDivInt test

parent b917c7a6
...@@ -36,6 +36,11 @@ try: ...@@ -36,6 +36,11 @@ try:
except TypeError, e: except TypeError, e:
print e print e
try:
f(2.0, 1)
except TypeError, e:
print e
try: try:
f(2, -2) f(2, -2)
except ValueError, e: except ValueError, e:
......
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