Commit 60366c24 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Test appears to demonstrate failure on 32 bit, and doesn't fail on 64 bit (for...

Test appears to demonstrate failure on 32 bit, and doesn't fail on 64 bit (for the first test in #1308).  Addresses #1308.

git-svn-id: file:///svn/toku/tokudb.1032b@8278 c7de825b-a66e-492c-adef-691d508d4ae1
parent de576c80
......@@ -64,6 +64,7 @@ REGRESSION_TESTS_RAW = \
omt-test \
shortcut \
test1305 \
test1308 \
test-assert \
test-brt-delete-both \
test-brt-overflow \
......
......@@ -12,7 +12,6 @@
int
main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__unused__)))
{
printf("hello\n");
unlink(FNAME);
int fd;
......
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