diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py b/lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py index 441a60b5a46..57370f121b4 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/persistent_variables/TestPersistentVariables.py @@ -5,8 +5,6 @@ Test that lldb persistent variables works correctly. from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbtest import * |