Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 010_basics / 015_buildargs.t
index e2cdbd4..4b9b1f3 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 => 14;
 
 {
     package Foo;
@@ -43,4 +40,4 @@ foreach my $class qw(Foo Bar) {
     }
 }
 
-done_testing;
+