about summary refs log tree commit homepage
path: root/xt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-13 10:16:05 +0000
committerEric Wong <e@80x24.org>2021-10-13 19:52:26 +0000
commit2186e8a06ca468f89a22fb66d8b337fa7bc0d8de (patch)
treee9814364bb7bfd38729cbe8e80fffdcc9b3deac0 /xt
parent19a03883844807702585a0d43d7cacb83f5a9b6f (diff)
downloadpublic-inbox-2186e8a06ca468f89a22fb66d8b337fa7bc0d8de.tar.gz
require_mods covers it, and we're not testing Plack itself.
Diffstat (limited to 'xt')
-rw-r--r--xt/perf-msgview.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t
index bc73fcce..cf550c1a 100644
--- a/xt/perf-msgview.t
+++ b/xt/perf-msgview.t
@@ -21,7 +21,6 @@ if (require_git(2.19, 1)) {
 "git <2.19, cat-file lacks --unordered, locality suffers\n";
 }
 require_mods qw(Plack::Util);
-use_ok 'Plack::Util';
 my $ibx = PublicInbox::Inbox->new({ inboxdir => $inboxdir, name => 'name' });
 my $git = $ibx->git;
 my $fh = $blob ? undef : $git->popen(@cat);