================
@@ -191,7 +191,7 @@ def test_address_range_print_resolved(self):
interp.HandleCommand(script, result, False)
self.assertTrue(result.Succeeded(), "script command succeeded")
# [0x1000-0x2000] // Resolved with target or addresses without sections
- self.assertRegex(result.GetOutput(), "^\[0x[0-9a-f]+\-0x[0-9a-f]+\)$")
+ self.assertRegex(result.GetOutput(),
"^\[0x[0-9a-f]+\-0x[0-9a-f]+\)\r?$")
----------------
clayborg wrote:
We want to make sure this succeeds
https://github.com/llvm/llvm-project/pull/93871
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits