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

commit bddfc9f9b4be04805276971978902c73320a45c7
Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Tue Dec 29 17:02:35 2009 +0000

    [t/spec] Test for RT 71706: Null PMC Access
    
    git-svn-id: http://svn.pugscode.org/p...@29418 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S12-construction/new.t b/t/spec/S12-construction/new.t
index 0be3f8e..b575e61 100644
--- a/t/spec/S12-construction/new.t
+++ b/t/spec/S12-construction/new.t
@@ -45,6 +45,16 @@ is $o.x, 5, '... worked for the class Parent (other order)';
     ok ! RT66204.defined, 'NewClass is still not .defined';
 }
 
+# RT 71706
+{
+    class RT71706 {
+        class RT71706::Artie {}
+    }
+    # TODO: check the error message, not just the timing.
+    #?rakudo todo 'RT 71706: Null PMC Access'
+    dies_ok { RT71706::Artie.new }, 'die trying to instantiate missing class';
+}
+
 done_testing;
 
 # vim: ft=perl6

Reply via email to