From c2a660a0eeb29a76488b910cde4a3a5dcedf08c1 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Sun, 11 Oct 2020 12:09:50 -0500 Subject: Enable splitter test --- test/vfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" : ""); -- cgit v0.12