Skip to content

Commit 71155a8

Browse files
committed
Fix build error
Why3 on my local machine is 1.7.2. Bump to 1.8.0 and make sure that the build works.
1 parent bc0c3f8 commit 71155a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provers/native/prover_why3.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ let attempt_proof task1 =
132132
let result1 =
133133
Call_provers.wait_on_call
134134
(Driver.prove_task
135-
~limit:{Call_provers.empty_limit with limit_time = 0.5}
135+
~limits:{Call_provers.empty_limits with limit_time = 0.5}
136136
~config:why3_config_main
137137
~command:pconf.Whyconf.command
138138
pdriver task)

0 commit comments

Comments
 (0)