Index: build/android/pylib/gtest/test_package_apk.py |
diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py |
index f33b6086718e1e1c6af314f855dfe6342bf0a622..429cd2b073fd739d8f289016a9651d1c34d91227 100644 |
--- a/build/android/pylib/gtest/test_package_apk.py |
+++ b/build/android/pylib/gtest/test_package_apk.py |
@@ -44,9 +44,9 @@ class TestPackageApk(TestPackage): |
# GTest expects argv[0] to be the executable path. |
command_line_file.write(self.suite_name + ' ' + options) |
command_line_file.flush() |
- device.PushChangedFiles([( |
+ device.PushChangedFiles( |
command_line_file.name, |
- self._package_info.cmdline_file)]) |
+ self._package_info.cmdline_file) |
def _GetFifo(self): |
# The test.fifo path is determined by: |