================
@@ -67,7 +67,7 @@ static Status ReadExpected(IOObjectSP &descriptor, 
llvm::StringRef expected) {
   if (status.Fail())
     return status;
   if (expected != result) {
-    return Status::FromErrorStringWithFormatv("expected %s, got %s", expected,
+    return Status::FromErrorStringWithFormatv("expected {0}, got {1}", 
expected,
                                               result);
----------------
vogelsgesang wrote:

should this be backported to your earlier PR #130026?

https://github.com/llvm/llvm-project/pull/130169
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to