Skip to content

Commit

Permalink
duplicate test line
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Nov 10, 2024
1 parent 68fcc1d commit e8527ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/gef_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_gef_remote_test_gdbserver(self):
assert _root.eval("is_target_remote()")
assert _root.eval("is_target_remote_or_extended()")
assert _root.eval("is_running_in_gdbserver()")
assert _root.eval("is_running_in_gdbserver()")

assert not _root.eval("is_target_extended_remote()")
assert not _root.eval("is_running_in_qemu()")
Expand Down

0 comments on commit e8527ad

Please sign in to comment.