This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Remove unnecessary cBOOLs
[perl5.git] / t / mro / inconsistent_c3.t
index 07f83c2..68d3795 100644 (file)
@@ -9,7 +9,9 @@ BEGIN {
     }
 }
 
-use Test::More tests => 1;
+require q(./test.pl); plan(tests => 1);
+
+require mro;
 
 =pod