Skip to content

Commit

Permalink
forgot to set doctest flag while fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Behnel committed Jul 31, 2011
1 parent 22da712 commit 2a3f533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run/tp_new.pyx
Expand Up @@ -120,7 +120,7 @@ def make_new_args(type t1=None, type t2=None):
@cython.test_fail_if_path_exists('//PythonCapiCallNode')
def make_new_none_typed(tuple t=None):
"""
>>> make_new_none_typed()
>>> make_new_none_typed() # doctest: +ELLIPSIS
Traceback (most recent call last):
TypeError: ...__new__(X): X is not a type object (NoneType)
"""
Expand Down

0 comments on commit 2a3f533

Please sign in to comment.