Skip to content

Commit d9786d3

Browse files
authored
fix missing eol
1 parent b9da7db commit d9786d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1
6767
"Get-Content $args[1] | & $args[0]\n"
6868
"If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n"
6969
"echo Error in $args[1]:\n"
70-
"Get-Content $args[2]"
70+
"Get-Content $args[2] \n"
7171
"exit 1\n"
7272
"} else {\n"
7373
"exit 0\n"

0 commit comments

Comments
 (0)