diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-04-04 16:35:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-04-04 16:35:22 (GMT) |
commit | 70e0f8e200cec594ae5340a3210f349d5f2e63ed (patch) | |
tree | c5465717928e9153863fbb9f01971efe7d2dc0b1 | |
parent | 12616e370c006764602a1c4f77136851f9397ca1 (diff) | |
download | hdf5-70e0f8e200cec594ae5340a3210f349d5f2e63ed.zip hdf5-70e0f8e200cec594ae5340a3210f349d5f2e63ed.tar.gz hdf5-70e0f8e200cec594ae5340a3210f349d5f2e63ed.tar.bz2 |
[svn-r23548] Fix typo in macro end macro
Warning only.
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 365326e..c7ebe63 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -931,7 +931,7 @@ IF (BUILD_TESTING) ) SET_TESTS_PROPERTIES (H5DUMP-${resultfile} PROPERTIES DEPENDS "H5DUMP-${resultfile}-clear-objects") ENDIF (NOT HDF5_ENABLE_USING_MEMCHECKER) - ENDMACRO (ADD_H5ERR_MASK_TEST file) + ENDMACRO (ADD_H5ERR_MASK_ENV_TEST) MACRO (ADD_H5_TEST_IMPORT conffile resultfile testfile resultcode) # If using memchecker add tests without using scripts |