Commit e5b83461 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by Stefan Behnel

Fix int_float_builtins_as_casts_T400 due to truncl rename.

parent 2398c768
...@@ -190,7 +190,7 @@ def double_to_float_int(double x): ...@@ -190,7 +190,7 @@ def double_to_float_int(double x):
@cython.test_fail_if_path_exists("//SingleAssignmentNode//TypecastNode") @cython.test_fail_if_path_exists("//SingleAssignmentNode//TypecastNode")
@cython.test_assert_path_exists( @cython.test_assert_path_exists(
"//PythonCapiCallNode", "//PythonCapiCallNode",
"//PythonCapiCallNode/PythonCapiFunctionNode/@cname = 'truncl'", "//PythonCapiCallNode/PythonCapiFunctionNode/@cname = '__Pyx_truncl'",
) )
def long_double_to_float_int(long double x): def long_double_to_float_int(long double x):
""" """
......
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