Skip to content

Commit

Permalink
Fix LLVM/MIR confusion in mir_assume Python binding
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 16, 2023
1 parent 5a410ca commit 3a12af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saw-remote-api/python/saw_client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def mir_assume(self,
function.
"""
self.most_recent_result = \
LLVMAssume(self, module, function, contract, lemma_name, timeout)
MIRAssume(self, module, function, contract, lemma_name, timeout)
return self.most_recent_result

def mir_find_adt(self,
Expand Down

0 comments on commit 3a12af7

Please sign in to comment.