Commit b3f79af2 authored by Stefan Behnel's avatar Stefan Behnel

extend test

parent 92f34b49
...@@ -183,7 +183,8 @@ def object_int(x): ...@@ -183,7 +183,8 @@ def object_int(x):
return int(x) return int(x)
@cython.test_fail_if_path_exists("//SimpleCallNode") @cython.test_fail_if_path_exists("//SimpleCallNode",
"//CoerceFromPyTypeNode")
def no_args_int_cint(): def no_args_int_cint():
""" """
>>> no_args_int_cint() >>> no_args_int_cint()
...@@ -193,7 +194,8 @@ def no_args_int_cint(): ...@@ -193,7 +194,8 @@ def no_args_int_cint():
return x return x
@cython.test_fail_if_path_exists("//SimpleCallNode") @cython.test_fail_if_path_exists("//SimpleCallNode",
"//CoerceFromPyTypeNode")
def no_args_float_cdouble(): def no_args_float_cdouble():
""" """
>>> no_args_float_cdouble() >>> no_args_float_cdouble()
......
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