summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/test_ngram.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/storage/test_ngram.cpp b/tests/storage/test_ngram.cpp
index 008f96a..f82cf1f 100644
--- a/tests/storage/test_ngram.cpp
+++ b/tests/storage/test_ngram.cpp
@@ -80,5 +80,8 @@ int main(int argc, char * argv[]){
g_array_free(items, TRUE);
+ /* mask out all index items. */
+ bigram.mask_out(0x0, 0x0);
+
return 0;
}