diff options
Diffstat (limited to 'test/mtime.c')
-rw-r--r-- | test/mtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtime.c b/test/mtime.c index 8e89d58..a7e01c2 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -196,7 +196,7 @@ main(void) /* Verify symbol table messages are cached */ if (h5_verify_cached_stabs(FILENAME, fapl) < 0) - TEST_ERROR + TEST_ERROR; /* All looks good */ HDputs("All modification time tests passed."); |