summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-11 17:09:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-11 17:09:50 (GMT)
commitc2a660a0eeb29a76488b910cde4a3a5dcedf08c1 (patch)
tree6c61e10298811fd6c95e2c6db5375352a6b01329
parent057e489276f0bd0a05a0264b9e4fc8a12cf1825d (diff)
downloadhdf5-c2a660a0eeb29a76488b910cde4a3a5dcedf08c1.zip
hdf5-c2a660a0eeb29a76488b910cde4a3a5dcedf08c1.tar.gz
hdf5-c2a660a0eeb29a76488b910cde4a3a5dcedf08c1.tar.bz2
Enable splitter test
-rw-r--r--test/vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd.c b/test/vfd.c
index fb20c50..373a57e 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -3336,7 +3336,7 @@ main(void)
nerrors += test_stdio() < 0 ? 1 : 0;
nerrors += test_windows() < 0 ? 1 : 0;
nerrors += test_ros3() < 0 ? 1 : 0;
- /* nerrors += test_splitter() < 0 ? 1 : 0; */
+ nerrors += test_splitter() < 0 ? 1 : 0;
if (nerrors) {
HDprintf("***** %d Virtual File Driver TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");