================ @@ -119,6 +119,15 @@ def test(self): self.assertEqual(task_type, task_head_pointee_type) + # Check whether we can find a nested type by name + name_type = task_type.FindNestedType("name") + self.assertTrue(name_type) + self.DebugSBType(name_type) + ---------------- Michael137 wrote:
Can you add a brief comment on what this is testing (as opposed to the assertion above). https://github.com/llvm/llvm-project/pull/68705 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits