summaryrefslogtreecommitdiff
path: root/test/timer_dos.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/timer_dos.py')
-rw-r--r--test/timer_dos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/timer_dos.py b/test/timer_dos.py
index 86d9b7ab49..5b7e1f7d40 100644
--- a/test/timer_dos.py
+++ b/test/timer_dos.py
@@ -20,7 +20,7 @@ def period_us(num):
# build the same pseudo random sequence as the target
def build_sequence():
- #TODO
+ # TODO(crosbug.com/p/23800): implement
return []
def test(helper):
@@ -34,7 +34,7 @@ def test(helper):
# Check the results
model = build_sequence()
- #TODO
+ # TODO(crosbug.com/p/23800): implement
helper.trace("Got %d timer IRQ\n" % len(seq))