X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F002_subtype_conflict_bug.t;h=7ae2de312f33abdc8522beb449b3471cf5faba36;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=00203a37a0f8262816b39a418df5cb4af21c3e53;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/100_bugs/002_subtype_conflict_bug.t b/t/100_bugs/002_subtype_conflict_bug.t index 00203a3..7ae2de3 100644 --- a/t/100_bugs/002_subtype_conflict_bug.t +++ b/t/100_bugs/002_subtype_conflict_bug.t @@ -1,16 +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 lib 't/lib', 'lib'; -use Test::More; +use Test::More tests => 2; -use_ok('MyMooseA'); -use_ok('MyMooseB'); -done_testing; + +use_ok('MyMouseA'); +use_ok('MyMouseB'); \ No newline at end of file