summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-05-18 17:45:53 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-05-27 12:43:35 +0200
commitc485b1b77264c3c75d090a3c526de24966830d42 (patch)
tree73035bc2f1eba7009680fdfd30924940f92e6b2f
parentd09232ab74e3183c0a44b40f1d3b44be6fea4f43 (diff)
downloadcython-c485b1b77264c3c75d090a3c526de24966830d42.tar.gz
Fix test.0.28.3
-rw-r--r--tests/run/fstring.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/fstring.pyx b/tests/run/fstring.pyx
index f1bf3e91c..7abbb4f43 100644
--- a/tests/run/fstring.pyx
+++ b/tests/run/fstring.pyx
@@ -504,7 +504,7 @@ def generated_fstring(int i, unicode u not None, o):
@cython.test_assert_path_exists(
"//FormattedValueNode",
- "//AddNode",
+ "//JoinedStrNode",
)
def percent_s_unicode(u, int i):
u"""