Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 200_examples / 003_example.t
index 5fa7d3c..879fc3b 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 => 30;
 use Test::Exception;
 
 sub U {
@@ -157,4 +154,10 @@ sub Y {
     is($coll2->print, '1, 4, 9, 16, 25, 36, 49, 64, 81, 100', '... new collection is changed');
 }
 
-done_testing;
+
+
+
+
+
+
+