This is an automatically generated mail to inform you that tests are now 
available in t/spec/S04-declarations/constant.t

commit 0b93fd8ad7b19c5ca28b5456306327e4be20fb31
Author: bbkr <b...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Mon Aug 2 11:24:01 2010 +0000

    [t/spec] tests for RT #69740 Defining several constants with parentheses
    
    git-svn-id: http://svn.pugscode.org/p...@31888 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S04-declarations/constant.t 
b/t/spec/S04-declarations/constant.t
index 9b2b871..412ae35 100644
--- a/t/spec/S04-declarations/constant.t
+++ b/t/spec/S04-declarations/constant.t
@@ -23,7 +23,7 @@ plan *;
     dies_ok { $bar = 2 }, "Can't reassign to a sigiled constant";
 }
 
-#?rakudo skip 'RT 69740'
+# RT #69740
 {
     eval_dies_ok 'constant ($a, $b) = (3, 4)', 'constant no longer takes list';
 }

Reply via email to