diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:03:18 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:03:18 (GMT) |
commit | 8981e88b18f106366c3dd18c5182fb1d95cba4d6 (patch) | |
tree | 66bbf3837d8e773ba4241968ccfb5f690787e8aa | |
parent | c3793b41573ee584e572ea546527b9350f46a05d (diff) | |
download | CMake-8981e88b18f106366c3dd18c5182fb1d95cba4d6.zip CMake-8981e88b18f106366c3dd18c5182fb1d95cba4d6.tar.gz CMake-8981e88b18f106366c3dd18c5182fb1d95cba4d6.tar.bz2 |
Help: Add missing closing quote on C++ example
-rw-r--r-- | Help/command/ctest_test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 11ebdbd..3bd8655 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -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; |