diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-06-30 17:06:07 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-06-30 17:47:35 +0800 |
commit | f478e686f1757d311b634f9f94034394d4fa73df (patch) | |
tree | a43c73d2b3ffc3a055e241d245a52d3826820a8c /src/GeneralStateTestsFiller/stStaticCall | |
parent | 613e89d4391aeec8a8fd3a1de509ba14119e8cf9 (diff) | |
download | tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.gz tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.bz2 tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.lz tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.xz tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.zst tangerine-tests-f478e686f1757d311b634f9f94034394d4fa73df.zip |
Fix names of test cases in GeneralStateTests to match the file names
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_ZeroValue_SUICIDE_OOGRevertFiller.json | 2 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_callcodecallcodecall_1102Filler.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_ZeroValue_SUICIDE_OOGRevertFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_ZeroValue_SUICIDE_OOGRevertFiller.json index 7542568e9..e971c8ada 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_ZeroValue_SUICIDE_OOGRevertFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_ZeroValue_SUICIDE_OOGRevertFiller.json @@ -1,5 +1,5 @@ { - "static_ZeroValue_SELFDESTRUCT_OOGRevert" : { + "static_ZeroValue_SUICIDE_OOGRevert" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_callcodecallcodecall_1102Filler.json b/src/GeneralStateTestsFiller/stStaticCall/static_callcodecallcodecall_1102Filler.json index 4ac901865..7a06c60b1 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_callcodecallcodecall_1102Filler.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_callcodecallcodecall_1102Filler.json @@ -1,5 +1,5 @@ { - "static_callcodecallcodecall_110_2" : { + "static_callcodecallcodecall_1102" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x20000", |