diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py index dcd5b2ae065..eca768afa2f 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestExpressionCmd.py @@ -2,7 +2,7 @@ from __future__ import print_function -import use_lldb_suite + import os, sys import lldb |