summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
Diffstat (limited to 'test/BugPoint')
-rwxr-xr-xtest/BugPoint/compile-custom.ll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BugPoint/compile-custom.ll.py b/test/BugPoint/compile-custom.ll.py
index 32093557d6..4b9b30caad 100755
--- a/test/BugPoint/compile-custom.ll.py
+++ b/test/BugPoint/compile-custom.ll.py
@@ -5,6 +5,6 @@ import sys
# Currently any print-out from the custom tool is interpreted as a crash
# (i.e. test is still interesting)
-print "Error: " + ' '.join(sys.argv[1:])
+print("Error: " + ' '.join(sys.argv[1:]))
sys.exit(1)