Correct h5diff test ref files (#5596)

This commit is contained in:
Matt L
2025-06-12 13:04:24 -05:00
committed by GitHub
parent 0d795cc00e
commit 01d61245fe
4 changed files with 2 additions and 4 deletions
@@ -42,7 +42,6 @@ macro (STREAM_STRINGS stream strings_out)
string(REPLACE ";" "\;" ${strings_out} "${${strings_out}}")
# break the string into lines at newlines
string(REPLACE "\n" ";" ${strings_out} "${${strings_out}}")
message(STATUS "After macro replace, read_out = ${${strings_out}}")
# Remove last entry
list(POP_BACK ${strings_out})
endmacro()