Skip to content

Commit c1d1b84

Browse files
Remove print
Created using spr 1.3.6
1 parent 1599e05 commit c1d1b84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/lit/lit/TestRunner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,6 @@ def _replaceReadFile(match):
733733
with open(filePath) as fileHandle:
734734
return fileHandle.read()
735735
except FileNotFoundError as error:
736-
print(error)
737736
raise InternalShellError(cmd, "File does not exist: %s" % filePath)
738737

739738
arguments[i] = re.sub(r"%{readfile:([^}]*)}", _replaceReadFile, arg)

0 commit comments

Comments
 (0)