diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-06-01 10:39:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 10:39:41 +0800 |
commit | 7c228f70fc055ee48489078331328a18c5455586 (patch) | |
tree | 79d0a60162d5dfa53997f36859e4de035a280bf0 /src/VMTestsFiller/vmPushDupSwapTest | |
parent | 0eef2f31ab59016a7ccad2a99d4644f753eebcb9 (diff) | |
parent | 3dabf27265670f95717ff646841acdfeaccddfb1 (diff) | |
download | dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.gz dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.bz2 dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.lz dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.xz dexon-tests-7c228f70fc055ee48489078331328a18c5455586.tar.zst dexon-tests-7c228f70fc055ee48489078331328a18c5455586.zip |
Merge pull request #466 from ehildenb/test-validator-script
Test validator script
Diffstat (limited to 'src/VMTestsFiller/vmPushDupSwapTest')
-rw-r--r-- | src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json index 52cff7a71..0a021784c 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json @@ -12,7 +12,8 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "100000000000000000000000", "nonce" : "0", - "code" : "(asm 5 2 1 12 JUMPI POP POP STOP JUMPDEST SWAP1 1 22 JUMPI POP POP STOP JUMPDEST SUB 0 MSTORE 1 31 RETURN)", + "_code" : "(asm 5 2 1 12 JUMPI POP POP STOP JUMPDEST SWAP1 1 22 JUMPI POP POP STOP JUMPDEST SUB 0 MSTORE 1 31 RETURN)", + "code" : "0x600560026001600c575050005b9060016116575050005b035b0360005260016003611ff3", "storage": {} } }, |