diff options
-rw-r--r-- | ext/B/t/f_map.t | 1 | ||||
-rw-r--r-- | ext/B/t/f_sort.t | 1 | ||||
-rw-r--r-- | ext/B/t/optree_specials.t | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/B/t/f_map.t b/ext/B/t/f_map.t index e56afdfde0..00bb31e78a 100644 --- a/ext/B/t/f_map.t +++ b/ext/B/t/f_map.t @@ -11,7 +11,6 @@ BEGIN { print "1..0 # Skip -- need perlio to walk the optree\n"; exit 0; } - # require q(test.pl); # now done by OptreeCheck } use OptreeCheck; plan tests => 9; diff --git a/ext/B/t/f_sort.t b/ext/B/t/f_sort.t index 22d2e11dba..1ebeb24357 100644 --- a/ext/B/t/f_sort.t +++ b/ext/B/t/f_sort.t @@ -11,7 +11,6 @@ BEGIN { print "1..0 # Skip -- need perlio to walk the optree\n"; exit 0; } - # require q(test.pl); # now done by OptreeCheck; } use OptreeCheck; plan tests => 20; diff --git a/ext/B/t/optree_specials.t b/ext/B/t/optree_specials.t index 25f7335867..5945f9115a 100644 --- a/ext/B/t/optree_specials.t +++ b/ext/B/t/optree_specials.t @@ -14,7 +14,6 @@ BEGIN { print "1..0 # Skip -- Perl configured without B module\n"; exit 0; } - # require 'test.pl'; # now done by OptreeCheck } # import checkOptree(), and %gOpts (containing test state) |