diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/expression')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py | 1 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py index 064e7b3f520..9e5b0ecc5b3 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test.decorators import * diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py index dcbd36cc138..438a1fdd30a 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py @@ -3,7 +3,6 @@ from __future__ import print_function -import os import sys import lldb from lldbsuite.test.lldbbench import BenchBase |