diff options
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py index 06c5caa..f4a9274 100755 --- a/runtests.py +++ b/runtests.py | |||
@@ -31,7 +31,7 @@ files = [ | |||
31 | 31 | ||
32 | # Does the trace reader sort files by time correctly? | 32 | # Does the trace reader sort files by time correctly? |
33 | def test1(): | 33 | def test1(): |
34 | stream = trace_reader.get_trace_record_stream(files) | 34 | stream = trace_reader.trace_reader(files) |
35 | last_time = 0 | 35 | last_time = 0 |
36 | for item in stream: | 36 | for item in stream: |
37 | if last_time > item.when: | 37 | if last_time > item.when: |