1
0
Fork 0

Codechange: a wild quote appeared; it is gone now

pull/11935/head
Patric Stout 2024-01-30 23:40:10 +01:00
parent 96651b5ada
commit 246a0881da
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,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()