mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-29 10:53:31 +03:00
update evaluate_expression call in test-cryptol-remote-api.py
This commit is contained in:
parent
8528e1dbf3
commit
9572ddbbf4
@ -14,4 +14,4 @@ else:
|
||||
raise Exception('specify socket or http for connection type')
|
||||
|
||||
c.load_module('Cryptol')
|
||||
assert c.evaluate_expression("1+1").result()['value'] == 2
|
||||
assert c.evaluate_expression("1+1") == 2
|
||||
|
Loading…
Reference in New Issue
Block a user