fix test warning
Jesse Luehrs [Fri, 1 Oct 2010 05:04:56 +0000 (00:04 -0500)]
t/010_basics/014_create_anon.t

index eda9afb..19632a4 100644 (file)
@@ -110,7 +110,6 @@ use Moose::Meta::Class;
         ok(Class::MOP::metaclass_is_weak($name), "but we can override this");
     }
     ok(!Class::MOP::class_of($name), "but we can override this");
-    Class::MOP::remove_metaclass_by_name($name);
 }
 
 {