[Lldb-commits] [lldb] [lldb] Make deep copies of Status explicit (NFC) (PR #107170)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 5 01:51:31 PDT 2024


================
@@ -80,8 +80,9 @@ TEST_F(RemoteAwarePlatformTest, TestResolveExecutabelOnClientByPlatform) {
   static const ArchSpec process_host_arch;
   EXPECT_CALL(platform, GetSupportedArchitectures(process_host_arch))
       .WillRepeatedly(Return(std::vector<ArchSpec>()));
+  Status success;
----------------
labath wrote:

delete?

https://github.com/llvm/llvm-project/pull/107170


More information about the lldb-commits mailing list