about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/thread-cycle.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/thread-cycle.t b/t/thread-cycle.t
index 0e1ecfe2..b0844490 100644
--- a/t/thread-cycle.t
+++ b/t/thread-cycle.t
@@ -70,14 +70,6 @@ SKIP: {
         is($check, $st, 'Mail::Thread output matches');
 }
 
-@msgs = map { bless $_, 'PublicInbox::SearchMsg' } (
-        { mid => 'a@b' },
-        { mid => 'b@c', references => '<a@b> <b@c>' },
-        { mid => 'd@e', references => '<d@e>' },
-);
-
-is(thread_to_s(\@msgs), "a\@b\n b\@c\nd\@e\n", 'ok with self-references');
-
 done_testing();
 
 sub thread_to_s {