whoops, added back result() to test-cryptol-remote-api.py

This commit is contained in:
Matthew Yacavone 2021-04-23 14:54:36 -04:00
parent 9572ddbbf4
commit 90baa856f2

View File

@ -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