]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/thread-cycle: no need for Xapian to run this test
authorEric Wong <e@80x24.org>
Wed, 14 Dec 2016 19:28:53 +0000 (19:28 +0000)
committerEric Wong <e@80x24.org>
Wed, 14 Dec 2016 21:03:20 +0000 (21:03 +0000)
We don't actually use anything from SearchMsg,
just the class name.

t/thread-cycle.t

index b0844490c92085565b567c5d3e49c465d5f86e23..9dd2aa3c64fcd6971285bb7857896172e748ede9 100644 (file)
@@ -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 {