summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/multithreaded/TestMultithreaded.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
-rw-r--r--lldb/test/api/multithreaded/TestMultithreaded.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py
index 2731a49d7b0..9ac25df6927 100644
--- a/lldb/test/api/multithreaded/TestMultithreaded.py
+++ b/lldb/test/api/multithreaded/TestMultithreaded.py
@@ -1,5 +1,7 @@
"""Test the lldb public C++ api breakpoint callbacks."""
+from __future__ import print_function
+
import lldb_shared
import os, re
@@ -82,7 +84,7 @@ class SBBreakpointCallbackCase(TestBase):
env = {self.dylibPath : self.getLLDBLibraryEnvVal()}
if self.TraceOn():
- print "Running test %s" % " ".join(exe)
+ print("Running test %s" % " ".join(exe))
check_call(exe, env=env)
else:
with open(os.devnull, 'w') as fnull:
OpenPOWER on IntegriCloud