diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/istore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/istore.c b/test/istore.c index 2ba7142..e11cb04 100644 --- a/test/istore.c +++ b/test/istore.c @@ -559,7 +559,9 @@ main(int argc, char *argv[]) size_of_test |= TEST_LARGE; } else { printf("unrecognized argument: %s\n", argv[i]); +#if 0 exit(1); +#endif } } } |