summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
diff options
context:
space:
mode:
authorStefan Behnel <scoder@users.berlios.de>2011-09-10 12:26:55 +0200
committerStefan Behnel <scoder@users.berlios.de>2011-09-10 12:26:55 +0200
commitbce8b981a3e71378a164e8c9acca5f00bbbe32d7 (patch)
treec229a18e725f9fa4c3db7c798e040c65c731a53a /tests/bugs.txt
parent57b5f0cd614504786b37d283a5d2a2d538c74cc1 (diff)
downloadcython-bce8b981a3e71378a164e8c9acca5f00bbbe32d7.tar.gz
fix ticket #5: mangle private '__xyz' attribute names inside of Python classes
--HG-- rename : tests/run/methodmangling_T5.pyx => tests/run/methodmangling_T5.py
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 2aa38548d..e3d87cf10 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -1,7 +1,6 @@
# This file contains tests corresponding to unresolved bugs,
# which will be skipped in the normal testing run.
-methodmangling_T5
class_attribute_init_values_T18
numpy_ValueError_T172
unsignedbehaviour_T184