Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 19, 2024
1 parent 10b3011 commit a760eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ def gdb_version(self) -> Tuple[int, int]:
res = tuple(
map(int, re.search(r"(\d+)[^\d]+(\d+)", self._gdb.VERSION).groups())
)
assert len(res) > 2
assert len(res) >= 2
return (res[0], res[1])

0 comments on commit a760eda

Please sign in to comment.