extend test
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Nov 2013 20:01:21 +0000 (21:01 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Nov 2013 20:01:21 +0000 (21:01 +0100)
tests/run/int_float_builtins_as_casts_T400.pyx

index ad8450b..da3cc3a 100644 (file)
@@ -183,7 +183,8 @@ def object_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():
     """
     >>> no_args_int_cint()
@@ -193,7 +194,8 @@ def no_args_int_cint():
     return x
 
 
-@cython.test_fail_if_path_exists("//SimpleCallNode")
+@cython.test_fail_if_path_exists("//SimpleCallNode",
+                                 "//CoerceFromPyTypeNode")
 def no_args_float_cdouble():
     """
     >>> no_args_float_cdouble()