summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/ptableTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/test/ptableTest.cpp')
-rw-r--r--hl/c++/test/ptableTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index d25c2ba..41f647d 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -49,7 +49,9 @@ int main(void)
num_errors += SystemTest();
+#ifdef VLPT_REMOVED
num_errors += VariableLengthTest();
+#endif /* VLPT_REMOVED */
/* Terminate access to the file. */
err = H5Fclose(fileID);