diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/concurrent_base.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/concurrent_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/concurrent_base.py b/lldb/packages/Python/lldbsuite/test/concurrent_base.py index 1a3aa797997..6acd71ce9e4 100644 --- a/lldb/packages/Python/lldbsuite/test/concurrent_base.py +++ b/lldb/packages/Python/lldbsuite/test/concurrent_base.py @@ -10,7 +10,6 @@ until exit or a crash takes place, and the number of events seen by LLDB is verified to match the expected number of events. """ -from __future__ import print_function import unittest2 |