aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2016-12-24 02:04:19 +0800
committerDimitry <winsvega@mail.ru>2016-12-24 02:04:19 +0800
commita4971b4c93926253df026f616b14a742d778b696 (patch)
tree84d632e0c36b9382c30f0d4eabc47fcfec26162f /src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json
parentf6e67098532972edfe01422ce3a86f7226ad3375 (diff)
downloaddexon-tests-a4971b4c93926253df026f616b14a742d778b696.tar
dexon-tests-a4971b4c93926253df026f616b14a742d778b696.tar.gz
dexon-tests-a4971b4c93926253df026f616b14a742d778b696.tar.bz2
dexon-tests-a4971b4c93926253df026f616b14a742d778b696.tar.lz
dexon-tests-a4971b4c93926253df026f616b14a742d778b696.tar.xz
dexon-tests-a4971b4c93926253df026f616b14a742d778b696.tar.zst
dexon-tests-a4971b4c93926253df026f616b14a742d778b696.zip
fix gstatetest src for new solidity
Diffstat (limited to 'src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json')
-rw-r--r--src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json b/src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json
index adb92ef0c..12c70f9e9 100644
--- a/src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json
+++ b/src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json
@@ -43,7 +43,7 @@
},
"bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "1000",
- "code" : "{ (for {} (< @i 10) [i](+ @i 1) [[ 0 ]](CALL 0xfffffffffff 0xaaaf5374fce5edbc8e2a8697c15331677e6ebf0b 1 0 50000 0 0) ) [[ 1 ]] @i}",
+ "code" : "{ (def 'i 0x80) (for {} (< @i 10) [i](+ @i 1) [[ 0 ]](CALL 0xfffffffffff 0xaaaf5374fce5edbc8e2a8697c15331677e6ebf0b 1 0 50000 0 0) ) [[ 1 ]] @i}",
"nonce" : "0",
"storage" : {
}
@@ -65,4 +65,4 @@
]
}
}
-} \ No newline at end of file
+}