diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py index c91fe74cbfa..65cf0b361d8 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py @@ -4,7 +4,7 @@ Test lldb exception breakpoint command for CPP. from __future__ import print_function -import use_lldb_suite + import os, time import lldb |