Commit e39a497f authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

undo an erroneous change to test_db_delete.c. closes #1369

git-svn-id: file:///svn/toku/tokudb.1032b+1343@8621 c7de825b-a66e-492c-adef-691d508d4ae1
parent afa6cd52
......@@ -144,7 +144,7 @@ test_main(int argc, const char *argv[]) {
test_db_delete(0, 0);
int i;
for (i = 1; i <= (1<<8); i *= 2) {
for (i = 1; i <= (1<<16); i *= 2) {
test_db_delete(i, 0);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment