summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-05-09 20:55:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-06-04 21:42:37 (GMT)
commit8778357898327c1e4893d8dc140fc0e63331e36b (patch)
tree1a1e4925f42545b8c2dccfd16884b3fa7179f8f0 /Tests/CMakeLib
parent2c04bc00a4e38fc1b8f15bf950c8c2191ba24eac (diff)
downloadCMake-8778357898327c1e4893d8dc140fc0e63331e36b.zip
CMake-8778357898327c1e4893d8dc140fc0e63331e36b.tar.gz
CMake-8778357898327c1e4893d8dc140fc0e63331e36b.tar.bz2
Add newline to the output.
Diffstat (limited to 'Tests/CMakeLib')
-rw-r--r--Tests/CMakeLib/run_compile_commands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLib/run_compile_commands.cxx b/Tests/CMakeLib/run_compile_commands.cxx
index 3f141c5..434cbee 100644
--- a/Tests/CMakeLib/run_compile_commands.cxx
+++ b/Tests/CMakeLib/run_compile_commands.cxx
@@ -35,7 +35,7 @@ private:
void ParseTranslationUnits()
{
this->TranslationUnits = TranslationUnitsType();
- ExpectOrDie('[', "at start of compile command file");
+ ExpectOrDie('[', "at start of compile command file\n");
do
{
ParseTranslationUnit();