kastiglione added inline comments.

================
Comment at: lldb/test/API/python_api/frame/TestFrames.py:97
                     sp_value, "We should have a valid Stack Pointer.")
-                self.assertTrue(int(sp_value.GetValue(), 0) == frame.GetSP(
+                self.assertEqual(int(sp_value.GetValue(), 0), frame.GetSP(
                 ), "SP gotten as a value should equal frame's GetSP")
----------------
JDevlieghere wrote:
> Very odd/confusing formatting. 
I noticed this too in the diff, I'll fix it up.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95813/new/

https://reviews.llvm.org/D95813

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to