X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F34_next_method_in_eval.t;h=f782cd6fbae6933c9576c55e42ea6bbeef4ff839;hb=2ffffc6d4b76c053ddf254ef9356c92bba7d2acf;hp=0776c6a327f2fa7cd2b6a5bee3f0c243cb45c992;hpb=ac6b0914669d74c521a2cd77bb4e80be5d6131d4;p=gitmo%2FClass-C3.git diff --git a/t/34_next_method_in_eval.t b/t/34_next_method_in_eval.t index 0776c6a..f782cd6 100644 --- a/t/34_next_method_in_eval.t +++ b/t/34_next_method_in_eval.t @@ -42,6 +42,8 @@ This tests the use of an eval{} block to wrap a next::method call. } } +Class::C3::initialize(); + like(B->foo, qr/^A::foo died/, 'method resolved inside eval{}');