Skip to content

Commit 45bfb34

Browse files
authored
Update llvm/tools/llvm-reduce/deltas/Delta.cpp
1 parent df50c76 commit 45bfb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-reduce/deltas/Delta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ using SharedTaskQueue = std::deque<std::shared_future<SmallString<0>>>;
184184
void llvm::runDeltaPass(TestRunner &Test, const DeltaPass &Pass) {
185185
assert(!Test.getProgram().verify(&errs()) &&
186186
"input module is broken before making changes");
187-
errs() << "*** " << Pass.Desc << " (" << Pass.Name << ')' << "...\n";
187+
errs() << "*** " << Pass.Desc << " (" << Pass.Name << ")...\n";
188188

189189
int Targets;
190190
{

0 commit comments

Comments
 (0)