diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-05-09 20:55:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-06-04 21:42:37 (GMT) |
commit | 8778357898327c1e4893d8dc140fc0e63331e36b (patch) | |
tree | 1a1e4925f42545b8c2dccfd16884b3fa7179f8f0 /Tests/CMakeLib | |
parent | 2c04bc00a4e38fc1b8f15bf950c8c2191ba24eac (diff) | |
download | CMake-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.cxx | 2 |
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(); |