projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e46edf9
)
error_tests
Stevan Little [Thu, 13 Apr 2006 20:56:04 +0000 (20:56 +0000)]
t/043_role_composition_errors.t
patch
|
blob
|
blame
|
history
diff --git
a/t/043_role_composition_errors.t
b/t/043_role_composition_errors.t
index
09569f9
..
1514a38
100644
(file)
--- a/
t/043_role_composition_errors.t
+++ b/
t/043_role_composition_errors.t
@@
-60,6
+60,6
@@
BEGIN {
use warnings;
use Moose;
- ::dies_ok { with('Foo::Role') } '... no foo method implemented by Baz::Role';
+ ::lives_ok { with('Foo::Role') } '... no foo method implemented by Baz::Role';
}