aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/smtCheckerTestsJSON/simple.json
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-12-11 00:23:36 +0800
committerLeonardo Alt <leo@ethereum.org>2018-12-11 18:28:25 +0800
commit08737e43dc9301594a19c4076bfcf403d23df1d7 (patch)
tree147cef0d8071c4f26f46390a6792b78182566961 /test/libsolidity/smtCheckerTestsJSON/simple.json
parentbaaefb4b422fb22a89af08b79e6595e7859d2323 (diff)
downloaddexon-solidity-08737e43dc9301594a19c4076bfcf403d23df1d7.tar.gz
dexon-solidity-08737e43dc9301594a19c4076bfcf403d23df1d7.tar.zst
dexon-solidity-08737e43dc9301594a19c4076bfcf403d23df1d7.zip
[SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions
Diffstat (limited to 'test/libsolidity/smtCheckerTestsJSON/simple.json')
-rw-r--r--test/libsolidity/smtCheckerTestsJSON/simple.json14
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"
+ }
+ }
}