aboutsummaryrefslogtreecommitdiff
path: root/tests/gdbserver-smoke.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gdbserver-smoke.py')
-rwxr-xr-xtests/gdbserver-smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdbserver-smoke.py b/tests/gdbserver-smoke.py
index 306f6f2..51e8cc9 100755
--- a/tests/gdbserver-smoke.py
+++ b/tests/gdbserver-smoke.py
@@ -20,7 +20,7 @@ class DebugTest(unittest.TestCase):
self.spike.wait()
def test_turbostep(self):
- """Single step until the program exits. TODO"""
+ """Single step a bunch of times."""
last_pc = None
for _ in range(100):
self.gdb.command("stepi")