Skip to content

Commit

Permalink
#165 : A bug fix of test code
Browse files Browse the repository at this point in the history
  • Loading branch information
s-takeuchi committed Nov 10, 2023
1 parent cabe05a commit c6d3d31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/stkdatatest/BinaryColumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,8 @@ int BasicBinaryTest10()
return -1;
}
}

return 0;

DeleteTable(L"Bin-TestX");
return 0;
}

// 1MB(バイナリ型カラム) * 32 * 10 = 320MBのテーブル"LargeBinTable"をCreateTableで作成し,その後DeleteTableで削除する
Expand Down

0 comments on commit c6d3d31

Please sign in to comment.