mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 21:49:10 +00:00
Codechange: a wild quote appeared; it is gone now (#11935)
This commit is contained in:
@@ -98,7 +98,7 @@ foreach(RESULT IN LISTS REGRESSION_RESULT)
|
|||||||
|
|
||||||
if(NOT RESULT STREQUAL EXPECTED)
|
if(NOT RESULT STREQUAL EXPECTED)
|
||||||
message("${ARGC}: - ${EXPECTED}")
|
message("${ARGC}: - ${EXPECTED}")
|
||||||
message("${ARGC}: + ${RESULT}'")
|
message("${ARGC}: + ${RESULT}")
|
||||||
set(ERROR YES)
|
set(ERROR YES)
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
Reference in New Issue
Block a user