Index: build/android/pylib/local/device/local_device_gtest_run.py |
diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py |
index 2630af9e37a04cb25fd692ac3e8b8b455c9847f3..5691418376603a8172f614273350516dad84c542 100644 |
--- a/build/android/pylib/local/device/local_device_gtest_run.py |
+++ b/build/android/pylib/local/device/local_device_gtest_run.py |
@@ -350,7 +350,7 @@ class LocalDeviceGtestRun(local_device_test_run.LocalDeviceTestRun): |
# Parse the output. |
# TODO(jbudorick): Transition test scripts away from parsing stdout. |
- results = self._test_instance.ParseGTestOutput(output) |
+ results = gtest_test_instance.ParseGTestOutput(output) |
# Check whether there are any crashed testcases. |
self._crashes.update(r.GetName() for r in results |