Skip to content

Commit

Permalink
update new code.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Dec 22, 2023
1 parent 16644cf commit bed653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/heap.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_cmd_heap_chunks_summary(self):

def test_cmd_heap_chunks_summary_with_type_resolved(self):
cmd = "heap chunks --summary --resolve"
target = _target("class")
target = debug_target("class")
res = gdb_run_silent_cmd(cmd, target=target, before=["b B<TraitA, TraitB>::Run()"])
self.assertNoException(res)
self.assertIn("== Chunk distribution by size", res)
Expand Down

0 comments on commit bed653b

Please sign in to comment.