Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Feb 2, 2024
1 parent 72541f0 commit 37966b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/commands/entry_break.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ def test_cmd_entry_break(self):
# run once (ok)
lines = (gdb.execute("entry-break", to_string=True) or "").strip().splitlines()

#
#
# "[+] Breaking at Breaking at entry-point" might be the 1st or 2nd line (depending on whether we target
# a PIC binary) start with
#
# expect the entry point string pattern
assert len(lines) >= 2
assert any(line.startswith("[+] Breaking at entry-point") for line in lines)

Expand Down

0 comments on commit 37966b1

Please sign in to comment.