diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-05-29 13:56:35 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-05-29 13:56:35 -0400 |
commit | ea539fc076fd154b67c72b8df20de25e23eb9927 (patch) | |
tree | cf5cddfe30ed684f5add9469bbf412edacefc1ec /t/harness | |
parent | 9fadc397283c16050c9e41a50a900abc9aa5108e (diff) | |
download | perl-ea539fc076fd154b67c72b8df20de25e23eb9927.tar.gz |
No more x2p.
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -167,8 +167,6 @@ if (@ARGV) { my @last; push @last, sort { lc $a cmp lc $b } _tests_from_manifest($Config{extensions}, $Config{known_extensions}); - push @last, <x2p/*.t>; - my %times; if ($state) { # Where known, collate the elapsed times by test name |