aboutsummaryrefslogtreecommitdiffstats
path: root/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 11:30:23 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 11:30:23 +0800
commit93ea2fb920c4feeed28ac7729027bbd53dbc527c (patch)
tree2bafdd103e33240d9ccd44f937225c068a014f48 /src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
parent41097bcf4a00a30f36eab4107661e1355331fea6 (diff)
downloaddexon-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.gz
dexon-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.zst
dexon-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.zip
src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors
Diffstat (limited to 'src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json')
-rw-r--r--src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
index 64866671b..a8c85d898 100644
--- a/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
+++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json
@@ -19,7 +19,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "100000000000000000000000",
"nonce" : "0",
- "code" : "{ (JUMP 0xfffffff) (JUMPDEST) (JUMPDEST) (SSTORE 1 1) }",
+ "code" : "( asm 0xfffffff JUMP JUMPDEST JUMPDEST 0x01 0x01 SSTORE )",
"storage": {}
}
},