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

AppVeyor: Fix failing doctest

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