mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r23288] Fix mismatched block statement
This commit is contained in:
parent
69ced48cf8
commit
ff30c61329
@ -57,7 +57,7 @@ IF (${TEST_EXPECT} STREQUAL "1")
|
||||
IF (NOT ${TEST_RESULT} STREQUAL "0")
|
||||
MESSAGE (FATAL_ERROR "Failed: The output of ${TEST_PROGRAM} did contain ${TEST_FILTER}")
|
||||
ENDIF (NOT ${TEST_RESULT} STREQUAL "0")
|
||||
ENDIF (${TEST_EXPECT} STREQUAL "0")
|
||||
ENDIF (${TEST_EXPECT} STREQUAL "1")
|
||||
|
||||
# everything went fine...
|
||||
MESSAGE ("Passed: The output of ${TEST_PROGRAM} matched")
|
||||
|
Loading…
Reference in New Issue
Block a user