X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Fghost-report.cc;h=9d9e7a7fca5f735b90ebd46bde1d3f6e67dd2db6;hb=d9a2b900b6525874b913276af91840983d81b3f1;hp=fad9a71d9a14d99ad2a9f553b0ba134d21887b82;hpb=dc2b5a031bb63cd71133237ca5d74ef1223a8925;p=notmuch 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; }