remove extraneous garbage from tests
[gitmo/Class-C3.git] / t / 32_next_method_edge_cases.t
index 5af7004..1f312ee 100644 (file)
@@ -3,11 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 12;
-
-BEGIN {   
-    use_ok('Class::C3');
-}
+use Test::More tests => 11;
 
 {
 
@@ -87,4 +83,4 @@ BEGIN {
         eval { $baz->bar() };
         ok($@, '... calling bar() with next::method failed') || diag $@;
     }    
-}
\ No newline at end of file
+}