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

commit cce068982cf58cf2f71673f12de5262528202010
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Sun Jul 18 14:32:57 2010 +0000

    [t/spec] test for RT #76466#
    
    git-svn-id: http://svn.pugscode.org/p...@31752 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S04-declarations/my.t b/t/spec/S04-declarations/my.t
index 68b5bc0..c02ddac 100644
--- a/t/spec/S04-declarations/my.t
+++ b/t/spec/S04-declarations/my.t
@@ -232,9 +232,10 @@ my $z = 42;
     }
 }
 
-# used to be RT #76366
+# used to be RT #76366, #76466
 {
-    lives_ok { access_lexical_a() },
+    #?rakudo skip 'RT 76466'
+    nok access_lexical_a().defined,
         'can call our-sub that accesses a lexical before the block was run';
     {
         my $a = 42;

Reply via email to