summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-15 15:38:15 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-15 15:38:15 (GMT)
commit1ab0b18ea0745617e3bbf2c53259ee0bdf8ebffd (patch)
tree35c2ed848da1fd05a1a1ed7b762a27280f4127cd /Tests
parent3ebd9aa08bcd97424bb81026b55810a5c3bbb345 (diff)
downloadCMake-1ab0b18ea0745617e3bbf2c53259ee0bdf8ebffd.zip
CMake-1ab0b18ea0745617e3bbf2c53259ee0bdf8ebffd.tar.gz
CMake-1ab0b18ea0745617e3bbf2c53259ee0bdf8ebffd.tar.bz2
BUG: Add newline between properties.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/DocTest/DocTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/DocTest/DocTest.cxx b/Tests/DocTest/DocTest.cxx
index a91a5b8..2263cbd 100644
--- a/Tests/DocTest/DocTest.cxx
+++ b/Tests/DocTest/DocTest.cxx
@@ -23,7 +23,7 @@ int main ()
std::string line = buffer;
if(line.size() && line.find("with scope VARIABLE") == std::string::npos)
{
- fprintf(stderr,line.c_str());
+ fprintf(stderr, "%s\n", line.c_str());
result = 1;
}
}