aboutsummaryrefslogtreecommitdiff
path: root/crosperf/results_organizer_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/results_organizer_unittest.py')
-rwxr-xr-xcrosperf/results_organizer_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/results_organizer_unittest.py b/crosperf/results_organizer_unittest.py
index 7cb09316..c170f0a3 100755
--- a/crosperf/results_organizer_unittest.py
+++ b/crosperf/results_organizer_unittest.py
@@ -106,7 +106,7 @@ class ResultOrganizerTest(unittest.TestCase):
i = 0
for b in benchmark_runs:
- b.result = Result("", b.label, "average")
+ b.result = Result("", b.label, "average", "machine")
b.result.keyvals = mock_instance.keyval[i]
i += 1