diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-06 22:58:50 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-06 22:58:50 (GMT) |
commit | 021740bac0893a87c762959b284283bc236d0ab3 (patch) | |
tree | 04c187a494937af9090c36ee77fecd05785543b4 /test | |
parent | 80179b0648f1f8f538023deb0a1b405408b5b59a (diff) | |
parent | 8f77878953b55cbffb6331161d12eab1c778a8a5 (diff) | |
download | hdf5-021740bac0893a87c762959b284283bc236d0ab3.zip hdf5-021740bac0893a87c762959b284283bc236d0ab3.tar.gz hdf5-021740bac0893a87c762959b284283bc236d0ab3.tar.bz2 |
Merge pull request #2354 in HDFFV/hdf5 from ~DYOUNG/werror:fix_h5ts_private to develop
* commit '8f77878953b55cbffb6331161d12eab1c778a8a5':
Oops, the test has to return success in the unimplemented case.
Diffstat (limited to 'test')
-rw-r--r-- | test/thread_id.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/thread_id.c b/test/thread_id.c index 8f6e2d5..9b289fa 100644 --- a/test/thread_id.c +++ b/test/thread_id.c @@ -156,8 +156,7 @@ main(void) int main(void) { - errx(EXIT_FAILURE, "not implemented in this configuration."); + HDfprintf(stderr, "not implemented in this configuration.\n"); + return EXIT_SUCCESS; } - #endif /*H5_HAVE_THREADSAFE && !H5_HAVE_WIN_THREADS*/ - |