remove extraneous garbage from tests
[gitmo/Class-C3.git] / t / 10_Inconsistent_hierarchy.t
index d36e42d..ccf7e55 100644 (file)
@@ -3,11 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2;
-
-BEGIN {
-    use_ok('Class::C3');
-}
+use Test::More tests => 1;
 
 =pod