Commit ee55d193 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1032

Compile bug

git-svn-id: file:///svn/toku/tokudb.1032b@8401 c7de825b-a66e-492c-adef-691d508d4ae1
parent c9f31a08
......@@ -144,10 +144,12 @@ test_main (int argc __attribute__((__unused__)), const char *argv[] __attribute_
toku_malloc_cleanup();
return 0;
//Skip remaining tests.
#if 0
for (i=1; i<NODESIZE/2; i++) {
printf("extrasize=%d\n", i);
doit(i);
}
toku_malloc_cleanup();
return 0;
#endif
}
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