From 93ea2fb920c4feeed28ac7729027bbd53dbc527c Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 30 May 2018 21:30:23 -0600 Subject: src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors --- src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json') diff --git a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json index 4526795c3..bab696265 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json @@ -12,7 +12,8 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm 10 JUMPDEST 1 DUP2 SUB DUP1 2 JUMPI 0 MSTORE8 1 MSTORE8 2 MSTORE8 3 MSTORE8 4 MSTORE8 5 MSTORE8 6 MSTORE8 7 MSTORE8 8 MSTORE8 9 MSTORE8 MSIZE 0 RETURN)", + "_code" : "(asm 10 JUMPDEST 1 DUP2 SUB DUP1 2 JUMPI 0 MSTORE8 1 MSTORE8 2 MSTORE8 3 MSTORE8 4 MSTORE8 5 MSTORE8 6 MSTORE8 7 MSTORE8 8 MSTORE8 9 MSTORE8 MSIZE 0 RETURN)", + "code" : "0x60015b6001810380600257600053600153600253600353600453600553600653600753600853600953596000f3", "storage": {} } }, -- cgit v1.2.3