diff options
Diffstat (limited to 'llvm/tools/llvm-reduce/llvm-reduce.cpp')
-rw-r--r-- | llvm/tools/llvm-reduce/llvm-reduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp index c7606b5..13c6edc 100644 --- a/llvm/tools/llvm-reduce/llvm-reduce.cpp +++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp @@ -189,7 +189,7 @@ int main(int Argc, char **Argv) { if (OutputFilename == "-") Tester.getProgram().print(outs(), nullptr); else - writeOutput(Tester.getProgram(), "\nDone reducing! Reduced testcase: "); + writeOutput(Tester.getProgram(), "Done reducing! Reduced testcase: "); return 0; } |