diff options
Diffstat (limited to 'test/run-tests.c')
-rw-r--r-- | test/run-tests.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/run-tests.c b/test/run-tests.c index 86b03599..d8cfe297 100644 --- a/test/run-tests.c +++ b/test/run-tests.c @@ -85,10 +85,6 @@ int main(int argc, char **argv) { fflush(stderr); return EXIT_FAILURE; } - -#ifndef __SUNPRO_C - return EXIT_SUCCESS; -#endif } |