diff options
author | chriseth <chris@ethereum.org> | 2018-12-12 01:35:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 01:35:10 +0800 |
commit | 9f86ede32d4aa3e53bf82d0e4c64dbea3661791b (patch) | |
tree | d125e2508cb2828fbd84e888100257fe7d362128 /test/libsolidity/smtCheckerTestsJSON/simple.json | |
parent | b5deca03830cc79be38d6986dfe4673020e1ee01 (diff) | |
parent | 08737e43dc9301594a19c4076bfcf403d23df1d7 (diff) | |
download | dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.gz dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.zst dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.zip |
Merge pull request #5454 from ethereum/smt_math_functions
[SMTChecker] Abstract math functions
Diffstat (limited to 'test/libsolidity/smtCheckerTestsJSON/simple.json')
-rw-r--r-- | test/libsolidity/smtCheckerTestsJSON/simple.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/libsolidity/smtCheckerTestsJSON/simple.json b/test/libsolidity/smtCheckerTestsJSON/simple.json index fd976b63..b82d93b8 100644 --- a/test/libsolidity/smtCheckerTestsJSON/simple.json +++ b/test/libsolidity/smtCheckerTestsJSON/simple.json @@ -1,9 +1,9 @@ { - "auxiliaryInput": - { - "smtlib2responses": - { - "0xe9477f683ff20aa57fcb08682150f86c5917e1d4c0686b278ab9b73446d0682c": "sat\n((|EVALEXPR_0| 0))" - } - } + "auxiliaryInput": + { + "smtlib2responses": + { + "0xa0c072acdbe5181dd56cbad8960cb5bb0b9e97fd598cfd895467bd73bbcca028": "sat\n((|EVALEXPR_0| 0))\n" + } + } } |