summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/TestNumThreads.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/thread/TestNumThreads.py')
-rw-r--r--lldb/test/functionalities/thread/TestNumThreads.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/TestNumThreads.py b/lldb/test/functionalities/thread/TestNumThreads.py
index 8a2ad59e258..4ba3ed50d82 100644
--- a/lldb/test/functionalities/thread/TestNumThreads.py
+++ b/lldb/test/functionalities/thread/TestNumThreads.py
@@ -2,6 +2,8 @@
Test number of threads.
"""
+from __future__ import print_function
+
import lldb_shared
import os, time
OpenPOWER on IntegriCloud