Skip to content

Commit

Permalink
Remove one more Yices from saw-remote-api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Jun 22, 2021
1 parent 3845a29 commit 9656836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def crypt_contract(size : int):
"return val": zero
}

prover = ProofScript([yices([])]).to_json()
prover = ProofScript([z3([])]).to_json()

c.llvm_verify('m', 'rotl', [], False, rotl_contract, prover, 'rotl_ov').result()
c.llvm_verify('m', 's20_quarterround', ['rotl_ov'], False, qr_contract, prover, 'qr_ov').result()
Expand Down

0 comments on commit 9656836

Please sign in to comment.