diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-12-19 19:07:53 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-12-19 19:07:53 +0800 |
commit | 7f12ded1b644f80eb0ec43338e53595fe0b3af27 (patch) | |
tree | f5125f1cf429eda6ba19abb3f5103ad6dc2b1114 | |
parent | cc7b0f47117affaaf452084bdc0c06a1c20f99f0 (diff) | |
download | tangerine-tests-should-fail.tar.gz tangerine-tests-should-fail.tar.zst tangerine-tests-should-fail.zip |
Simplify the exampleshould-fail
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInCreateFromInitFiller.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInCreateFromInitFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInCreateFromInitFiller.json index d5373c202..a5efbcdf9 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInCreateFromInitFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInCreateFromInitFiller.json @@ -32,10 +32,10 @@ }, "transaction" : { "data" : [ - "{ (seq (CREATE 0 0 (lll (seq (mstore 0 0x112233) (revert 0 32)) 0)) (SSTORE 0 (RETURNDATASIZE)) )}" + "{ (SSTORE 0 1) }" ], - "data" : [ - "0x600c80601360003960006000f0503d600055006211223360005260206000fd" + "data" : [ + "0x6001600055" ], "gasLimit" : [ "0x0a00000000" |