diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-07-21 16:05:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-07-21 16:05:04 (GMT) |
commit | 61a411b02f6de8a9cccd573695fb3e5c859874b8 (patch) | |
tree | 28c820b5c4f2bfb073ef67d0ea4815a7325ecb4f /test/links.c | |
parent | 4344c1d70b35fec74ca32eaa8c5588e179e86fa5 (diff) | |
download | hdf5-61a411b02f6de8a9cccd573695fb3e5c859874b8.zip hdf5-61a411b02f6de8a9cccd573695fb3e5c859874b8.tar.gz hdf5-61a411b02f6de8a9cccd573695fb3e5c859874b8.tar.bz2 |
[svn-r25450] Description:
Initial tweaks to align with VOL branch.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9
(h5committest not required, too small)
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index d3ca5e4..53c62d4 100644 --- a/test/links.c +++ b/test/links.c @@ -6307,7 +6307,6 @@ external_link_strong(hid_t fapl, hbool_t new_format) if(H5Gclose(gid2) < 0) TEST_ERROR if(H5Fclose(fid2) < 0) TEST_ERROR - PASSED(); return 0; |