This is an automatically generated mail to inform you that tests are now 
available in t/spec/S02-polymorphic_types/subset.t

commit 9a1f88b25b604943dc10d6e6fa3f92ade1fcac12
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Sun May 30 15:25:11 2010 +0000

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

diff --git a/t/spec/S02-polymorphic_types/subset.t 
b/t/spec/S02-polymorphic_types/subset.t
index 872d703..b9d9e4b 100644
--- a/t/spec/S02-polymorphic_types/subset.t
+++ b/t/spec/S02-polymorphic_types/subset.t
@@ -1,6 +1,6 @@
 use v6;
 use Test;
-plan 32;
+plan 33;
 
 =begin description
 
@@ -141,4 +141,11 @@ eval_dies_ok 'my Digit $x = 3.1',
     ok 4 !~~ sY, 'and if nominal type check fails, it is False';
 }
 
+# RT #74234
+{
+    #?rakudo todo 'RT 74234'
+    eval_lives_ok 'subset A of Mu; my A $x = 23;',
+        'subset A of Mu + type check and assignment works';
+}
+
 # vim: ft=perl6

Reply via email to