diff options
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -160,7 +160,6 @@ if (@ARGV) { use Config; push @last, sort { lc $a cmp lc $b } _tests_from_manifest($Config{extensions}, $Config{known_extensions}); - push @last, <pod/*.t>; push @last, <x2p/*.t>; my %times; |