Skip to content

Commit

Permalink
[0.7] uprade script to work with boogie 0.8 (/nologo was removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Jovanovic committed Dec 15, 2020
1 parent 1cf176e commit e018562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solc/solc-verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def verifyProcedure(arguments):
timer = threading.Timer(args.timeout, kill)
# Run verification, get result
timer.start()
boogieArgs = '/proc:%s /nologo /doModSetAnalysis /errorTrace:0 /useArrayTheory /trace /infer:j' % procedureId
boogieArgs = '/proc:%s /doModSetAnalysis /errorTrace:0 /useArrayTheory /trace /infer:j' % procedureId
if args.smt_log:
boogieArgs += ' /proverLog:%s.%s.%s.smt2' % (args.smt_log, procedureId, solver)

Expand Down

0 comments on commit e018562

Please sign in to comment.