summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2024-09-29 14:04:44 +0800
committerPeng Wu <alexepico@gmail.com>2024-09-29 14:04:44 +0800
commit82c4ecfd79c94a46aa9fe8034f9840ae5bc96fe6 (patch)
treee0c46567885396df05ec3a094a6e56f402cff3b5 /tests
parentbfcf58960acfa5d6aa64f2f67fa05b0ce2b63c8e (diff)
Update punct table file name
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/test_punct_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_punct_table.cpp b/tests/storage/test_punct_table.cpp
index d8fe3cd..8c0aad2 100644
--- a/tests/storage/test_punct_table.cpp
+++ b/tests/storage/test_punct_table.cpp
@@ -46,7 +46,7 @@ void print_table(PunctTable & table) {
int main(int argc, char * argv[]){
PunctTable table;
- check_result(table.attach("/tmp/punct.db", ATTACH_CREATE|ATTACH_READWRITE));
+ check_result(table.attach("/tmp/punct.bin", ATTACH_CREATE|ATTACH_READWRITE));
printf("created table.\n");
print_table(table);