Index: build/android/pylib/instrumentation/test_runner_test.py |
diff --git a/build/android/pylib/instrumentation/test_runner_test.py b/build/android/pylib/instrumentation/test_runner_test.py |
index 1a2b40f29aaf8a3cbf96d66cafcc522caf7ef0e8..039bb031ad63e0dcf76bafad32e7bcc40389f44a 100755 |
--- a/build/android/pylib/instrumentation/test_runner_test.py |
+++ b/build/android/pylib/instrumentation/test_runner_test.py |
@@ -261,8 +261,8 @@ class InstrumentationTestRunnerTest(unittest.TestCase): |
self.instance._RunTest('test.package.TestClass#testMethod', 100) |
self.instance.device.RunShellCommand.assert_called_with( |
['am', 'instrument', '-r', |
- '-e', 'test_arg_key', "'test_arg_value'", |
- '-e', 'class', "'test.package.TestClass#testMethod'", |
+ '-e', 'test_arg_key', 'test_arg_value', |
+ '-e', 'class', 'test.package.TestClass#testMethod', |
'-w', 'test.package/MyTestRunner'], |
timeout=100, retries=0) |