diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-18 05:51:08 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-19 17:55:36 +0800 |
commit | cfcc9ca096178394c71de05da1da83b432869b1d (patch) | |
tree | 34adf36168688f2ceb8d54391b2705a75c24a4bb | |
parent | 8daa5d37afa128b17bf5242ff58f8c709e699ccb (diff) | |
download | dexon-solidity-cfcc9ca096178394c71de05da1da83b432869b1d.tar.gz dexon-solidity-cfcc9ca096178394c71de05da1da83b432869b1d.tar.zst dexon-solidity-cfcc9ca096178394c71de05da1da83b432869b1d.zip |
Changed name of some tests
-rw-r--r-- | vmIOandFlowOperationsTestFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmIOandFlowOperationsTestFiller.json b/vmIOandFlowOperationsTestFiller.json index e2ec1def..dce594e1 100644 --- a/vmIOandFlowOperationsTestFiller.json +++ b/vmIOandFlowOperationsTestFiller.json @@ -55,7 +55,7 @@ } }, - "dupAt51doesNotExistAnymore": { + "dupAt51becameMload": { "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", "currentNumber" : "0", @@ -83,7 +83,7 @@ } }, - "swapAt52doesNotExistAnymore": { + "swapAt52becameMstore": { "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", "currentNumber" : "0", |