================
@@ -27,7 +27,9 @@ def test(self):
             result_children=[ValueCheck(name="pointer")],
         )
         self.expect_expr("s->a", result_type="int", result_value="3")
-        self.expect_expr("s->a = 5", result_type="int", result_value="5")
+        self.expect_expr(
----------------
charles-zablit wrote:

In all the similar tests, why do we stop_on_fail here and not at the last 
`self.expect` ? I assume it's because if the assignment fails, the rest will 
fail as well?

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

Reply via email to