Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli committed May 14, 2024
1 parent f51a82c commit cf179a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_gep.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@


def test_autosuggestion(gdb_session: GDBSession) -> None:
gdb_session.send_literal("print 12\n")
gdb_session.clear_pane()
gdb_session.send_literal("print 34\n")
gdb_session.clear_pane()
gdb_session.start(histories=["print 12", "print 34"])

# the autosuggestion should not be shown when no match
gdb_session.send_literal("print x")
Expand Down

0 comments on commit cf179a1

Please sign in to comment.