[clang] [clang][repl] fix `new` on Mac M1 (PR #69072)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 19 23:24:12 PDT 2023
================
@@ -148,12 +161,12 @@ TEST(InterpreterTest, UndoCommand) {
auto Interp = createInterpreter(ExtraArgs, DiagPrinter.get());
// Fail to undo.
- auto Err1 = Interp->Undo();
+ auto Err1 = Interp->Undo(2);
----------------
vgvassilev wrote:
Likewise.
https://github.com/llvm/llvm-project/pull/69072
More information about the cfe-commits
mailing list