From: Eric Wong Date: Wed, 14 Dec 2016 19:28:53 +0000 (+0000) Subject: t/thread-cycle: no need for Xapian to run this test X-Git-Tag: v1.0.0~135 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=ab93e9dcb3bf1f439f1afea9e124b88ac830ca7f t/thread-cycle: no need for Xapian to run this test We don't actually use anything from SearchMsg, just the class name. --- diff --git a/t/thread-cycle.t b/t/thread-cycle.t index b0844490..9dd2aa3c 100644 --- a/t/thread-cycle.t +++ b/t/thread-cycle.t @@ -3,7 +3,6 @@ use strict; use warnings; use Test::More; -use_ok('PublicInbox::SearchMsg'); use_ok('PublicInbox::SearchThread'); use Email::Simple; my $mt = eval {