Commit 66b9f3c1 authored by Lisandro Dalcin's avatar Lisandro Dalcin

AppVeyor: Fix failing doctest

parent 4a60be8e
......@@ -28,7 +28,7 @@ cdef class A:
True
>>> a.b == 2
True
>>> a.foo(5)
>>> print(a.foo(5))
5
>>> try: a.foo(1<<200)
... except (OverflowError, TypeError): print("ERROR")
......
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