mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 15:38:52 -06:00
Help: Add missing closing quote on C++ example
This commit is contained in:
@@ -236,7 +236,7 @@ The following example demonstrates how to upload test images to CDash.
|
||||
"/dir/to/valid_img.gif</CTestMeasurementFile>" << std::endl;
|
||||
|
||||
std::cout <<
|
||||
"<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\"> <<
|
||||
"<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\">" <<
|
||||
"/dir/to/img.png</CTestMeasurementFile>"
|
||||
<< std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user