diff options
author | Robert Bradshaw <robertwb@math.washington.edu> | 2010-12-09 05:29:34 -0800 |
---|---|---|
committer | Robert Bradshaw <robertwb@math.washington.edu> | 2010-12-09 05:29:34 -0800 |
commit | fe356e1f5e77d0318a0ab8bfe95a409effd011a7 (patch) | |
tree | e233a0543806bfa9f5df2bb1daf0fec07f41b6b0 /Cython/Compiler/Tests/TestParseTreeTransforms.py | |
parent | 53a4ad7f90676c70cf7b734133489393aa316191 (diff) | |
download | cython-fe356e1f5e77d0318a0ab8bfe95a409effd011a7.tar.gz |
More gdb test disabling.
Diffstat (limited to 'Cython/Compiler/Tests/TestParseTreeTransforms.py')
-rw-r--r-- | Cython/Compiler/Tests/TestParseTreeTransforms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cython/Compiler/Tests/TestParseTreeTransforms.py b/Cython/Compiler/Tests/TestParseTreeTransforms.py index adf8105fc..30e4389dc 100644 --- a/Cython/Compiler/Tests/TestParseTreeTransforms.py +++ b/Cython/Compiler/Tests/TestParseTreeTransforms.py @@ -144,8 +144,7 @@ class TestWithTransform(object): # (TransformTest): # Disabled! """, t) -# TODO: Re-enable once they're more robust. -if sys.version_info[:2] >= (2, 5) and False: +if sys.version_info[:2] >= (2, 5): from Cython.Debugger import DebugWriter from Cython.Debugger.Tests.TestLibCython import DebuggerTestCase else: |