Commit a9caa134 authored by Yoni Fogel's avatar Yoni Fogel

Fixed build

git-svn-id: file:///svn/toku/tokudb@10501 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6835e832
......@@ -463,10 +463,9 @@ int main (int argc, const char *argv[]) {
case RUN_LWC: scanscan_lwc(); break;
case RUN_VERIFY: scanscan_verify(); break;
case RUN_HEAVI: scanscan_heaviside(); break;
#else
#endif
case RUN_RANGE: scanscan_range(); break;
default: assert(0); break;
#endif
}
scanscan_shutdown();
......
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