diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/test_results.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/test_results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/test_results.py b/lldb/packages/Python/lldbsuite/test/test_results.py index 17dcc209c4a..68f74d64036 100644 --- a/lldb/packages/Python/lldbsuite/test/test_results.py +++ b/lldb/packages/Python/lldbsuite/test/test_results.py @@ -10,7 +10,7 @@ within the LLDB test suite. from __future__ import print_function -import use_lldb_suite + import argparse import inspect |