diff --git a/llvm/test/Reduce/Inputs/remove-instructions.py b/llvm/test/Reduce/Inputs/remove-instructions.py index df4d85dd4f46..9717c73b01aa 100755 --- a/llvm/test/Reduce/Inputs/remove-instructions.py +++ b/llvm/test/Reduce/Inputs/remove-instructions.py @@ -9,7 +9,7 @@ for line in input: line = line[:i] if "%interesting" in line: InterestingInstructions += 1 - print InterestingInstructions + print(InterestingInstructions) if InterestingInstructions == 5: sys.exit(0) # interesting!