summaryrefslogtreecommitdiffstats
path: root/build/android/pylib/instrumentation/test_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/pylib/instrumentation/test_options.py')
-rw-r--r--build/android/pylib/instrumentation/test_options.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py
index 4a16b11..792010b 100644
--- a/build/android/pylib/instrumentation/test_options.py
+++ b/build/android/pylib/instrumentation/test_options.py
@@ -8,7 +8,6 @@ import collections
InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
'tool',
- 'cleanup_test_files',
'annotations',
'exclude_annotations',
'test_filter',