about summary refs log tree commit homepage
path: root/xt/perf-msgview.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/perf-msgview.t')
-rw-r--r--xt/perf-msgview.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t
index a4445959..30fc07dc 100644
--- a/xt/perf-msgview.t
+++ b/xt/perf-msgview.t
@@ -38,7 +38,7 @@ my $obuf = '';
 my $m = 0;
 
 my $cb = sub {
-        $mime = PublicInbox::MIME->new(shift);
+        $mime = PublicInbox::Eml->new(shift);
         PublicInbox::View::multipart_text_as_html($mime, $ctx);
         ++$m;
         $obuf = '';