summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2016-05-17 21:53:37 -0700
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 08:15:38 +0200
commite5b83461e94fdcda6f233d83dc9af6b496120dd6 (patch)
tree6b5821b39551a52f9d8c7f495d96f8cd5b8cac99
parent2398c768f7c887c020b6b048f8530166fe13c953 (diff)
downloadcython-e5b83461e94fdcda6f233d83dc9af6b496120dd6.tar.gz
Fix int_float_builtins_as_casts_T400 due to truncl rename.
-rw-r--r--tests/run/int_float_builtins_as_casts_T400.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/int_float_builtins_as_casts_T400.pyx b/tests/run/int_float_builtins_as_casts_T400.pyx
index 6232d358a..504060263 100644
--- a/tests/run/int_float_builtins_as_casts_T400.pyx
+++ b/tests/run/int_float_builtins_as_casts_T400.pyx
@@ -190,7 +190,7 @@ def double_to_float_int(double x):
@cython.test_fail_if_path_exists("//SingleAssignmentNode//TypecastNode")
@cython.test_assert_path_exists(
"//PythonCapiCallNode",
- "//PythonCapiCallNode/PythonCapiFunctionNode/@cname = 'truncl'",
+ "//PythonCapiCallNode/PythonCapiFunctionNode/@cname = '__Pyx_truncl'",
)
def long_double_to_float_int(long double x):
"""