projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dcc8dc0
)
fix test warning
Jesse Luehrs [Fri, 1 Oct 2010 05:04:56 +0000 (
00:04
-0500)]
t/010_basics/014_create_anon.t
patch
|
blob
|
blame
|
history
diff --git
a/t/010_basics/014_create_anon.t
b/t/010_basics/014_create_anon.t
index
eda9afb
..
19632a4
100644
(file)
--- a/
t/010_basics/014_create_anon.t
+++ b/
t/010_basics/014_create_anon.t
@@
-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);
}
{