[Bast-commits] r5872 - Devel-Declare/1.000/trunk/t

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Thu Apr 9 00:54:43 GMT 2009


Author: rafl
Date: 2009-04-09 01:54:43 +0100 (Thu, 09 Apr 2009)
New Revision: 5872

Modified:
   Devel-Declare/1.000/trunk/t/quote.t
Log:
UnTODO passing tests.

Modified: Devel-Declare/1.000/trunk/t/quote.t
===================================================================
--- Devel-Declare/1.000/trunk/t/quote.t	2009-04-09 00:54:28 UTC (rev 5871)
+++ Devel-Declare/1.000/trunk/t/quote.t	2009-04-09 00:54:43 UTC (rev 5872)
@@ -6,15 +6,9 @@
 
 sub test_eval;
 
-TODO: {
-    local $TODO = "dd_ck_const doesn't special-case ops created in quotelike contexts";
-    test_eval 'qq/method/';
-    test_eval '`method`';
-    test_eval 'qx/method/';
-
-}
-
-# these ones work OK
+test_eval 'qq/method/';
+test_eval '`method`';
+test_eval 'qx/method/';
 test_eval 'qr/method/';
 test_eval '/method/';
 test_eval 's/method//';




More information about the Bast-commits mailing list