Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 002_subtype_conflict_bug.t
index 00203a3..7ae2de3 100644 (file)
@@ -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