| Index: build/android/pylib/perf/perf_control_unittest.py
|
| diff --git a/build/android/pylib/perf/perf_control_unittest.py b/build/android/pylib/perf/perf_control_unittest.py
|
| index 33088d3bb96ae03728d683f3e964ab68a7046b2b..69b8b469bfcdd0511e8840dd76fe0e6f1fcfca5f 100644
|
| --- a/build/android/pylib/perf/perf_control_unittest.py
|
| +++ b/build/android/pylib/perf/perf_control_unittest.py
|
| @@ -17,7 +17,7 @@
|
| if not os.getenv('BUILDTYPE'):
|
| os.environ['BUILDTYPE'] = 'Debug'
|
|
|
| - devices = device_utils.DeviceUtils.HealthyDevices(blacklist=None)
|
| + devices = device_utils.DeviceUtils.HealthyDevices()
|
| self.assertGreater(len(devices), 0, 'No device attached!')
|
| self._device = devices[0]
|
|
|
|
|