tweaking
[gitmo/Class-MOP.git] / t / 106_LazyClass_test.t
index 6a75aac..d9a8924 100644 (file)
@@ -14,8 +14,9 @@ BEGIN {
 {
     package BinaryTree;
     
-    use metaclass 'LazyClass' => (
-        ':attribute_metaclass' => 'LazyClass::Attribute'
+    use metaclass (
+        ':attribute_metaclass' => 'LazyClass::Attribute',
+        ':instance_metaclass'  => 'LazyClass::Instance',        
     );
 
     BinaryTree->meta->add_attribute('$:node' => (