diff options
author | winsvega <winsvega@mail.ru> | 2018-02-17 22:12:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-17 22:12:59 +0800 |
commit | b91976cb16c11beceaf19b1b84463916f67537ac (patch) | |
tree | ab35b8ccb08feb5f80beec673bba2c4b7cc93cb5 /src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json | |
parent | 772a3d69a704e0670f567abefb6608f942136693 (diff) | |
parent | 5e3d39a3fad955681e9bb7e9fa910a24e1df5f88 (diff) | |
download | dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.gz dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.bz2 dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.lz dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.xz dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.tar.zst dexon-tests-b91976cb16c11beceaf19b1b84463916f67537ac.zip |
Merge pull request #418 from ethereum/fixempty
fix empty expect section
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json index b97594dc9..1e47922f4 100644 --- a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json +++ b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json @@ -12,7 +12,7 @@ { "indexes" : { "data" : -1, - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [ "EIP150", "EIP158"], @@ -28,7 +28,7 @@ { "indexes" : { "data" : [0,6,7], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -44,7 +44,7 @@ { "indexes" : { "data" : [29], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -60,7 +60,7 @@ { "indexes" : { "data" : [1,5,8,9,10,12,13,15,18,19,20,21,22,23,24,30], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -76,7 +76,7 @@ { "indexes" : { "data" : [2,28], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -172,7 +172,7 @@ { "indexes" : { "data" : [3,4], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -188,7 +188,7 @@ { "indexes" : { "data" : [11, 14, 25, 26], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -204,7 +204,7 @@ { "indexes" : { "data" : [16,27], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], @@ -220,7 +220,7 @@ { "indexes" : { "data" : [17], - "gas" : 0, + "gas" : -1, "value" : -1 }, "network" : [">=Byzantium"], |