diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-11 10:53:43 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-11 10:53:43 +0100 |
commit | 719c50dc98237b0afc704520ff22b1b82bf9a101 (patch) | |
tree | 0c5a6a7801e6ea8cac1e8fa103d5c0d107901c95 /dist | |
parent | d9b01026c06e57b0b2693843df5de20c56e09baf (diff) | |
download | perl-719c50dc98237b0afc704520ff22b1b82bf9a101.tar.gz |
Re-TODO one more Deparse test
(was missing from 0fa4a26596a4646f9aae1dcd199a2f30933e6f01)
Diffstat (limited to 'dist')
-rw-r--r-- | dist/B-Deparse/t/deparse.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/B-Deparse/t/deparse.t b/dist/B-Deparse/t/deparse.t index 26ceb2deb1..331766bac6 100644 --- a/dist/B-Deparse/t/deparse.t +++ b/dist/B-Deparse/t/deparse.t @@ -534,7 +534,8 @@ do { '???'; !1; #### -# TODO ? $Config::Config{useithreads} && "doesn't work with threads" +# TODO constant deparsing has been backed out for 5.12 +# XXXTODO ? $Config::Config{useithreads} && "doesn't work with threads" # 61 tests that shouldn't be constant folded # It might be fundamentally impossible to make this work on ithreads, in which # case the TODO should become a SKIP |