================
@@ -42,5 +42,5 @@ def test_dereference(self):
self.expect(
"frame var '&*p_void'",
error=True,
- substrs=["dereference failed: (void *) p_void"],
+ substrs=["dereference failed: cannot dereference void *: (void *)
p_void"],
----------------
Michael137 wrote:Nice https://github.com/llvm/llvm-project/pull/170932 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
