summaryrefslogtreecommitdiffstats
path: root/c++/test/ttypes.cpp
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-08-21 15:43:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-08-21 15:43:34 (GMT)
commit12f65badc907096eee2696f47ba4fe9347d0856e (patch)
tree84412866acc0dbdb0d0ae59368b82d373c5177bd /c++/test/ttypes.cpp
parent99e6360f4b0ab33c38c55b857c3f337a7405fd99 (diff)
downloadhdf5-12f65badc907096eee2696f47ba4fe9347d0856e.zip
hdf5-12f65badc907096eee2696f47ba4fe9347d0856e.tar.gz
hdf5-12f65badc907096eee2696f47ba4fe9347d0856e.tar.bz2
[svn-r15502] Description:
Clean up warnings. Tested on: Mac OS X/32 10.5.4 (amazon) Too minor to require h5committest
Diffstat (limited to 'c++/test/ttypes.cpp')
-rw-r--r--c++/test/ttypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp
index 557f400..c9f70e7 100644
--- a/c++/test/ttypes.cpp
+++ b/c++/test/ttypes.cpp
@@ -411,7 +411,7 @@ static void test_named ()
itype.commit(file, "native-int");
// Check that it is committed.
- if (itype.committed() <= 0)
+ if (itype.committed() == false)
cerr << "IntType::committed() returned false" << endl;
// We should not be able to modify a type after it has been committed.