Skip to content

Commit bf0d469

Browse files
committed
Update error message for non-compilation
1 parent 650f6c2 commit bf0d469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runPerformanceTests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def run_golds(gold, tmp, summary, check_golds_exact):
240240

241241
def run(exe, data, overwrite, check_golds, check_golds_exact, runs, method, num_samples):
242242
if not os.path.isfile(exe):
243-
return 0, ([], ["{} did not compile".format(exe)])
243+
return 0, ([], ["Did not compile!"])
244244

245245
fails, errors = [], []
246246
gold = os.path.join(GOLD_OUTPUT_DIR,

0 commit comments

Comments
 (0)