Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 400_moose_util / 001_moose_util.t
diff --git a/t/400_moose_util/001_moose_util.t b/t/400_moose_util/001_moose_util.t
deleted file mode 100644 (file)
index 4083ca9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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;
-
-BEGIN {
-    use_ok('Mouse::Util');
-}
-
-done_testing;