Skip to content

Commit 42d950b

Browse files
committed
DOC: Make test ending messages consistent
Make test ending messages consistent.
1 parent 67a88b4 commit 42d950b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3721,7 +3721,7 @@ \subsection{Regressions in Tests}
37213721
++dt;
37223722
}
37233723
3724-
std::cout << "Test finished.";
3724+
std::cout << "Test finished." << std::endl;
37253725
return testStatus;
37263726
}
37273727
\end{minted}

0 commit comments

Comments
 (0)