diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-02 14:36:28 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-02 14:36:28 (GMT) |
commit | e9139733f2e6d90c5474d2593519ee7c45b00155 (patch) | |
tree | 2946152273dc8fa9f54c8dcc8b29f1426e752162 /test/links.c | |
parent | 2b2b95814e62d70b3b9006ede06b3f66b9825864 (diff) | |
download | hdf5-e9139733f2e6d90c5474d2593519ee7c45b00155.zip hdf5-e9139733f2e6d90c5474d2593519ee7c45b00155.tar.gz hdf5-e9139733f2e6d90c5474d2593519ee7c45b00155.tar.bz2 |
[svn-r29035] Removed external links test from external storage test.
This test is duplicated more comprehensively in the links.c file so
there is no need to copy it over.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index c87d2b6..639a2d8 100644 --- a/test/links.c +++ b/test/links.c @@ -7299,7 +7299,7 @@ error: } H5E_END_TRY return -1; -} /* end efc_open_twice */ +} /* end external_open_twice() */ /*------------------------------------------------------------------------- |