aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2016-03-15 16:15:53 -0700
committerTim Newsome <tim@sifive.com>2016-05-23 12:12:10 -0700
commit9f0d9a40322b31c8630f3591d2bd2247929e0629 (patch)
treef0d75fe9d828afa08f69a717325d511b1144b88b /tests
parent0cc52e8e5dd9dadf7835869e0de4c9daa1e0d5db (diff)
downloadspike-9f0d9a40322b31c8630f3591d2bd2247929e0629.zip
spike-9f0d9a40322b31c8630f3591d2bd2247929e0629.tar.gz
spike-9f0d9a40322b31c8630f3591d2bd2247929e0629.tar.bz2
Minor cleanup.
Diffstat (limited to 'tests')
-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")