X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fghost-report.cc;h=9d9e7a7fca5f735b90ebd46bde1d3f6e67dd2db6;hp=fad9a71d9a14d99ad2a9f553b0ba134d21887b82;hb=HEAD;hpb=74a1b5ac65b31f7ebc1258b259b8c355023e21b4 diff --git a/test/ghost-report.cc b/test/ghost-report.cc index fad9a71d..9d9e7a7f 100644 --- a/test/ghost-report.cc +++ b/test/ghost-report.cc @@ -12,5 +12,6 @@ main (int argc, char **argv) } Xapian::Database db (argv[1]); + std::cout << db.get_termfreq ("Tghost") << std::endl; }