Reorganize t/050_metaclasses/
[gitmo/Mouse.git] / t / 100_bugs / 007_reader_precedence_bug.t
index d64c208..0f6d608 100644 (file)
@@ -1,12 +1,9 @@
 #!/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 => 3;
 
 {
     package Foo;
@@ -23,4 +20,6 @@ use Test::More;
     is($foo->$reader, 10, "Reader works as expected");
 }
 
-done_testing;
+
+
+