This is an automatically generated mail to inform you that tests are now 
available in t/spec/S12-enums/thorough.t

commit 60bdcc42fd6b09bcd4d19278cb2f8be3a79d430f
Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Mon Aug 10 05:02:58 2009 +0000

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

diff --git a/t/spec/S12-enums/thorough.t b/t/spec/S12-enums/thorough.t
index bf432aa..bb13abf 100644
--- a/t/spec/S12-enums/thorough.t
+++ b/t/spec/S12-enums/thorough.t
@@ -2,7 +2,7 @@ use v6;
 
 use Test;
 
-plan 69;
+plan 70;
 
 =begin description
 
@@ -101,4 +101,11 @@ ok Bool::True.perl ~~/^ 'Bool::True'/, 'Bool::True.perl';
     lives_ok { $foo = Negation::isnt }, 'simple assignment from enum';
 }
 
+# RT #66886
+{
+    enum RT66886 <b>;
+    #?rakudo todo 'RT #66886'
+    dies_ok { RT66886::c }, 'accessing non-value of enum dies proper-like';
+}
+
 # vim: ft=perl6

Reply via email to