summaryrefslogtreecommitdiffstats
path: root/tests/storage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_ngram.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/storage/test_ngram.cpp b/tests/storage/test_ngram.cpp
index 4007e03..0313f1c 100644
--- a/tests/storage/test_ngram.cpp
+++ b/tests/storage/test_ngram.cpp
@@ -75,10 +75,8 @@ int main(int argc, char * argv[]){
printf("item:%d\n", *token);
}
-#if 0
assert(bigram.load_db("/tmp/test.db"));
assert(bigram.save_db("/tmp/test.db"));
-#endif
g_array_free(items, TRUE);