summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-08-20 21:53:50 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-08-20 21:53:50 (GMT)
commitc701a6e45294b40513aed87e295bd7ddf0ee45b8 (patch)
tree02969b300d68ed207659d90d29c5cc18b5e27818 /hl
parenta829c8b69c90412f0fc4e95c94d5db6d2be1bd99 (diff)
downloadhdf5-c701a6e45294b40513aed87e295bd7ddf0ee45b8.zip
hdf5-c701a6e45294b40513aed87e295bd7ddf0ee45b8.tar.gz
hdf5-c701a6e45294b40513aed87e295bd7ddf0ee45b8.tar.bz2
[svn-r24040] Bring revisions #23984 - 23986 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'hl')
-rw-r--r--hl/test/test_lite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c
index 282755e..b649462 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -1813,10 +1813,9 @@ static int test_valid_path(void)
{
hid_t file_id, group;
herr_t status;
- FILE *fp = NULL;
htri_t path_valid;
const char *data_string_in = "test";
-
+
TESTING("H5LTpath_valid");
/* Create a new file using default properties. */