diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-21 16:43:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-21 16:43:52 (GMT) |
commit | 774ee2fbf0b34f90a3dfe9a99bb9a80fc51a964f (patch) | |
tree | 109a3c13dd007fe179ab13feb7222547da5c972e /test | |
parent | 725d33c5ff21922f523c8804fad1826d38e06b2f (diff) | |
download | hdf5-774ee2fbf0b34f90a3dfe9a99bb9a80fc51a964f.zip hdf5-774ee2fbf0b34f90a3dfe9a99bb9a80fc51a964f.tar.gz hdf5-774ee2fbf0b34f90a3dfe9a99bb9a80fc51a964f.tar.bz2 |
[svn-r13996] Description:
Add missing "PASSED" message for successful test.
Tested on:
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'test')
-rw-r--r-- | test/mtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mtime.c b/test/mtime.c index a61bffa..0d66e12 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -122,6 +122,7 @@ main(void) printf(" got: %s\n ans: %s\n", buf1, buf2); goto error; } + PASSED(); /* Check opening existing file with old-style modification time information |