projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
99fc6eb
)
Fix test description
Dave Rolsky [Mon, 15 Jun 2009 15:29:40 +0000 (10:29 -0500)]
t/310_immutable_destroy.t
patch
|
blob
|
blame
|
history
diff --git
a/t/310_immutable_destroy.t
b/t/310_immutable_destroy.t
index
a50e1bf
..
100bbcf
100644
(file)
--- a/
t/310_immutable_destroy.t
+++ b/
t/310_immutable_destroy.t
@@
-22,5
+22,6
@@
EOF
my $f = FooBar->new( name => 'SUSAN' );
- is( $f->DESTROY, 'SUSAN', 'Did Class::MOP::Class overload DESTROY?' );
+ is( $f->DESTROY, 'SUSAN',
+ 'Class::MOP::Class should not override an existing DESTROY method' );
}