Remove test directories with no tests.
[oota-llvm.git] / test / BugPoint / compile-custom.ll.py
index 32093557d69dac476f2347de4c701aad0e55498a..4b9b30caadc8149799ea9c791ef28d9e19bcab72 100755 (executable)
@@ -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)