X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F008_wrapped_method_cxt_propagation.t;h=664b1875affb8bbce7770614b298242cebda60a6;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=70a06230f337265d9d9b6bec1e4e30d2a217e160;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/010_basics/008_wrapped_method_cxt_propagation.t b/t/010_basics/008_wrapped_method_cxt_propagation.t index 70a0623..664b187 100644 --- a/t/010_basics/008_wrapped_method_cxt_propagation.t +++ b/t/010_basics/008_wrapped_method_cxt_propagation.t @@ -1,12 +1,10 @@ #!/usr/bin/perl -# This is automatically generated by author/import-moose-test.pl. -# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! -use t::lib::MooseCompat; use strict; use warnings; -use Test::More; +use Test::More tests => 7; + { @@ -58,4 +56,3 @@ foreach my $obj ( $base, $after ) { } } -done_testing;