Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0033b9be authored by Manuel Selva's avatar Manuel Selva
Browse files

Update test_step_next.py

parent c0278f37
Branches manu/test
No related tags found
No related merge requests found
Pipeline #1063110 failed
......@@ -38,9 +38,9 @@ def test_step_next(gdb_tracker):
assert gdb_tracker.last_lineno is None
gdb_tracker.start()
assert gdb_tracker.next_lineno == 11
# assert gdb_tracker.next_lineno == 11
gdb_tracker.next()
# gdb_tracker.next()
# declarations are skipped
assert gdb_tracker.next_lineno == 13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment