summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-09-02 22:28:39 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-09-02 22:28:39 (GMT)
commitc8c53935a9e9cb57460efe7e99e1455a39537039 (patch)
tree6c1188ad9f762ca33997fbb1c991a64eedf7f7dd /test
parentcb0f502fa4e6049283aca6185000a0b6f9b7ad04 (diff)
downloadhdf5-c8c53935a9e9cb57460efe7e99e1455a39537039.zip
hdf5-c8c53935a9e9cb57460efe7e99e1455a39537039.tar.gz
hdf5-c8c53935a9e9cb57460efe7e99e1455a39537039.tar.bz2
[svn-r25568] Removed the previous intentional failure.
Tested: ttsafe passed again.
Diffstat (limited to 'test')
-rw-r--r--test/ttsafe_error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ttsafe_error.c b/test/ttsafe_error.c
index aa15a11..b81a7ad 100644
--- a/test/ttsafe_error.c
+++ b/test/ttsafe_error.c
@@ -148,8 +148,6 @@ void tts_error(void)
ret=H5Dclose(dataset);
assert(ret>=0);
ret=H5Fclose(error_file);
-/* intentional failure */
-ret=-1;
assert(ret>=0);
H5TS_attr_destroy(&attribute);