aboutsummaryrefslogtreecommitdiffstats
path: root/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-06-01 06:00:30 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-06-01 06:21:37 +0800
commit16a770ed659c620330ceb5180b4593b48fd02ee0 (patch)
treecd99d7843ab921e5d631790ee20b6c8dddefaa0b /src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json
parent7f03a96a7b52d0c1eb59479897ff2024bc009f61 (diff)
downloaddexon-tests-16a770ed659c620330ceb5180b4593b48fd02ee0.tar.gz
dexon-tests-16a770ed659c620330ceb5180b4593b48fd02ee0.tar.zst
dexon-tests-16a770ed659c620330ceb5180b4593b48fd02ee0.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.json2
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": {}
}
},