[svn-r23288] Fix mismatched block statement

This commit is contained in:
Allen Byrne 2013-02-15 16:46:24 -05:00
parent 69ced48cf8
commit ff30c61329

View File

@ -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")