Commit b10f23d1 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 244db771
...@@ -64,6 +64,7 @@ REGRESSION_TESTS_RAW = \ ...@@ -64,6 +64,7 @@ REGRESSION_TESTS_RAW = \
omt-test \ omt-test \
shortcut \ shortcut \
test1305 \ test1305 \
test1308 \
test-assert \ test-assert \
test-brt-delete-both \ test-brt-delete-both \
test-brt-overflow \ test-brt-overflow \
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
int int
main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__unused__))) main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__unused__)))
{ {
printf("hello\n");
unlink(FNAME); unlink(FNAME);
int fd; 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