get rid of some earlier trash, prepare for putting in the real code
[gitmo/Class-C3-XS.git] / t / 00_load.t
index 9703116..5d7b70e 100644 (file)
@@ -6,5 +6,5 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
-    use_ok('Class::C3');
-}
\ No newline at end of file
+    use_ok('Class::C3::XS');
+}