diff options
author | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-05-31 11:30:23 +0800 |
---|---|---|
committer | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-05-31 11:30:23 +0800 |
commit | 93ea2fb920c4feeed28ac7729027bbd53dbc527c (patch) | |
tree | 2bafdd103e33240d9ccd44f937225c068a014f48 /src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json | |
parent | 41097bcf4a00a30f36eab4107661e1355331fea6 (diff) | |
download | tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.gz tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.bz2 tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.lz tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.xz tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.zst tangerine-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.zip |
src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors
Diffstat (limited to 'src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json')
-rw-r--r-- | src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json index 5ea8b0807..901441cdc 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json @@ -12,7 +12,7 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm PUSH1 0x03 JUMPDEST PUSH1 0x01 SWAP1 SUB DUP1 PUSH1 0x02 JUMPI PUSH9 0x010000000000000016 JUMP JUMPDEST PUSH4 0xbadf000d PUSH1 0x11 SSTORE STOP )", + "code" : "(asm 0x03 JUMPDEST 0x01 SWAP1 SUB DUP1 0x02 JUMPI 0x010000000000000016 JUMP JUMPDEST 0xbadf000d 0x11 SSTORE STOP )", "storage": {} } }, |