1
0
Fork 0

Codechange: a wild quote appeared; it is gone now (#11935)

pull/11939/head
Patric Stout 2024-01-31 00:21:33 +01:00 committed by GitHub
parent 4d2fc28834
commit 16c40d0844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ foreach(RESULT IN LISTS REGRESSION_RESULT)
if(NOT RESULT STREQUAL EXPECTED)
message("${ARGC}: - ${EXPECTED}")
message("${ARGC}: + ${RESULT}'")
message("${ARGC}: + ${RESULT}")
set(ERROR YES)
endif()
endforeach()