Changeset - r28623:c60c0a3706e1
[Not reviewed]
master
0 1 0
Patric Stout - 3 months ago 2024-01-30 23:21:33
truebrain@openttd.org
Codechange: a wild quote appeared; it is gone now (#11935)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
cmake/scripts/Regression.cmake
Show inline comments
 
@@ -98,7 +98,7 @@ foreach(RESULT IN LISTS REGRESSION_RESUL
 

	
 
    if(NOT RESULT STREQUAL EXPECTED)
 
        message("${ARGC}: - ${EXPECTED}")
 
        message("${ARGC}: + ${RESULT}'")
 
        message("${ARGC}: + ${RESULT}")
 
        set(ERROR YES)
 
    endif()
 
endforeach()
0 comments (0 inline, 0 general)