projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
935fdc8
)
Test message was wrong. Fixed.
Dylan William Hardison [Thu, 11 Jun 2009 14:56:52 +0000 (14:56 +0000)]
t/310_immutable_destroy.t
patch
|
blob
|
blame
|
history
diff --git
a/t/310_immutable_destroy.t
b/t/310_immutable_destroy.t
index
4e3e38f
..
eb243ee
100644
(file)
--- a/
t/310_immutable_destroy.t
+++ b/
t/310_immutable_destroy.t
@@
-22,5
+22,5
@@
FOOBAR
my $f = FooBar->new( name => 'SUSAN' );
- is( $f->DESTROY, 'SUSAN', 'Did moose overload DESTROY?' );
+ is( $f->DESTROY, 'SUSAN', 'Did Class::MOP::Class overload DESTROY?' );
}