diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-03 14:41:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-03 14:51:57 +0000 |
commit | 80d29918562e0dd51555d30b80e8c6eb595e5dbd (patch) | |
tree | 7a826777a53b0b63d28912aa0b9768b42b7fa3ab /ext | |
parent | 0090231f841416ff03118b1d1035bfeae8df06bf (diff) | |
download | perl-80d29918562e0dd51555d30b80e8c6eb595e5dbd.tar.gz |
Remove commented out 'require test.pl' lines in B's tests.
Diffstat (limited to 'ext')
-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) |