mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-28 18:32:07 +03:00
whoops, added back result() to test-cryptol-remote-api.py
This commit is contained in:
parent
9572ddbbf4
commit
90baa856f2
@ -14,4 +14,4 @@ else:
|
||||
raise Exception('specify socket or http for connection type')
|
||||
|
||||
c.load_module('Cryptol')
|
||||
assert c.evaluate_expression("1+1") == 2
|
||||
assert c.evaluate_expression("1+1").result() == 2
|
||||
|
Loading…
Reference in New Issue
Block a user