mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Ignore set-option.
This commit is contained in:
parent
ae6f8e25b6
commit
acfe18cd4e
@ -250,6 +250,9 @@ int main(int argc, char** argv)
|
||||
string_view cmd = command(expr);
|
||||
if (cmd == "set-info")
|
||||
continue; // ignore
|
||||
else if (cmd == "set-option")
|
||||
// TODO we sholud handle print-success
|
||||
continue; // ignore
|
||||
else if (cmd == "declare-fun")
|
||||
{
|
||||
solAssert(items.size() == 4);
|
||||
|
Loading…
Reference in New Issue
Block a user