summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/ptableTest.cpp
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-10-18 17:56:33 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-10-18 17:56:33 (GMT)
commitd4daafbc853cbc85c6594d540e6d3a192e95f78f (patch)
tree43381aae6789e06de2dc9bf803b2f7deb861bb17 /hl/c++/test/ptableTest.cpp
parent2d6bb5932951242d23ccef420a328a033f3b4efa (diff)
downloadhdf5-d4daafbc853cbc85c6594d540e6d3a192e95f78f.zip
hdf5-d4daafbc853cbc85c6594d540e6d3a192e95f78f.tar.gz
hdf5-d4daafbc853cbc85c6594d540e6d3a192e95f78f.tar.bz2
[svn-r12775] Fixed HL C++ errors from removing VL packet table. Silly me for
omitting the C++ test in the first place! Tested on heping (with --enable-cxx!).
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 41f647d..615ec9d 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -518,6 +518,7 @@ out:
return 1;
}
+#ifdef VLPT_REMOVED
int VariableLengthTest(void)
{
long test_long;
@@ -586,3 +587,4 @@ out:
H5_FAILED();
return 1;
}
+#endif /* VLPT_REMOVED */