projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3387314
)
Remove cruft
Dave Rolsky [Thu, 21 Oct 2010 19:59:36 +0000 (14:59 -0500)]
t/070_native_traits/013_array_coerce.t
patch
|
blob
|
blame
|
history
diff --git
a/t/070_native_traits/013_array_coerce.t
b/t/070_native_traits/013_array_coerce.t
index
78347fd
..
8cdd3f7
100644
(file)
--- a/
t/070_native_traits/013_array_coerce.t
+++ b/
t/070_native_traits/013_array_coerce.t
@@
-144,12
+144,10
@@
my $foo = Foo->new;
my $bar;
TODO: {
$bar = Bar->new(array => [ qw( a b c ) ]);
- #print $bar->dump(3);
todo_skip 'coercion in push dies here!', 1;
$bar->push_array('d');
- #print $bar->dump(3);
is($bar->get_array(3)->thing, 'd', 'push coerces the array');