summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-10-01 17:50:58 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-10-01 17:50:58 +0200
commit95761acc3460dea7e3ac16db447d8f424333bd65 (patch)
tree5b6c130c34193bab3a8f74da43abd9e1bc00c4f1 /tests/bugs.txt
parent6ded60ab8976e1137a4d178fcf6a537ad7440bcb (diff)
downloadcython-95761acc3460dea7e3ac16db447d8f424333bd65.tar.gz
enable working test
Diffstat (limited to 'tests/bugs.txt')
-rw-r--r--tests/bugs.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs.txt b/tests/bugs.txt
index 2b409b380..9f43fa722 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -11,7 +11,6 @@ generator_expressions_in_class
for_from_pyvar_loop_T601
temp_sideeffects_T654 # not really a bug, Cython warns about it
inherited_final_method
-tryfinallychaining # also see FIXME in "yield_from_pep380" test
cimport_alias_subclass
# CPython regression tests that don't current work: