| Index: build/android/pylib/single_test_runner.py
|
| diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py
|
| index 46cfa9112f8f45f0a6b71085b5ea1ef7d737d07a..d170b436fc67bf0884fac798038e7838e4fae69c 100644
|
| --- a/build/android/pylib/single_test_runner.py
|
| +++ b/build/android/pylib/single_test_runner.py
|
| @@ -35,8 +35,7 @@ class SingleTestRunner(BaseTestRunner):
|
|
|
| def __init__(self, device, test_suite, gtest_filter, test_arguments, timeout,
|
| rebaseline, performance_test, cleanup_test_files, tool_name,
|
| - shard_index, dump_debug_info=False,
|
| - fast_and_loose=False):
|
| + shard_index, dump_debug_info, fast_and_loose):
|
| BaseTestRunner.__init__(self, device, tool_name, shard_index)
|
| self._running_on_emulator = self.device.startswith('emulator')
|
| self._gtest_filter = gtest_filter
|
|
|