================
@@ -48,7 +48,7 @@ def test_g_target_xml_returns_correct_data(self):
         }
         arch: str = self.getArchitecture()
         expected_arch = replaced_arch.get(arch, arch)
-        self.assertIn(architecture.text, expected_arch)
+        self.assertIn(expected_arch, architecture.text)
----------------
DavidSpickett wrote:

(there's no assertStartsWith I don't think, I mean the python string function)

https://github.com/llvm/llvm-project/pull/214771
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to