diff --git a/lib/Interpreter/CppInterOpInterpreter.h b/lib/Interpreter/CppInterOpInterpreter.h index 2312959e8..8a3014d88 100644 --- a/lib/Interpreter/CppInterOpInterpreter.h +++ b/lib/Interpreter/CppInterOpInterpreter.h @@ -437,7 +437,7 @@ class Interpreter { #else if (llvm::Error Err = Undo(N)) { llvm::logAllUnhandledErrors(std::move(Err), llvm::errs(), - "Failed to undo via ::undo: or something"); + "Failed to undo via ::undo"); return kFailure; } return kSuccess;