X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F005_inline_reader_bug.t;fp=t%2F100_bugs%2F005_inline_reader_bug.t;h=021c3adaa6a0fc27d76fce3e6ba4c2fc07a3f6d9;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=e5a34d7ae71d37d89de02170ce3e7813334f3148;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/100_bugs/005_inline_reader_bug.t b/t/100_bugs/005_inline_reader_bug.t index e5a34d7..021c3ad 100644 --- a/t/100_bugs/005_inline_reader_bug.t +++ b/t/100_bugs/005_inline_reader_bug.t @@ -1,15 +1,13 @@ #!/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 => 1; use Test::Exception; + =pod This was a bug, but it is fixed now. This @@ -31,4 +29,3 @@ test makes sure it does not creep back in. } '... this didnt die'; } -done_testing;