diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-14 06:17:49 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-14 06:17:49 +0800 |
commit | 89675a71537e6a386f97a9190db40276b388d692 (patch) | |
tree | 3a19c7ca6102156037043c7fdb8babc9d631240e /VMTests | |
parent | f1de1cc97a556adad8a4a864267150c39bef4d85 (diff) | |
parent | 32f0c47c6801974c210c3b93792105a9183f9e7b (diff) | |
download | dexon-tests-89675a71537e6a386f97a9190db40276b388d692.tar dexon-tests-89675a71537e6a386f97a9190db40276b388d692.tar.gz dexon-tests-89675a71537e6a386f97a9190db40276b388d692.tar.bz2 dexon-tests-89675a71537e6a386f97a9190db40276b388d692.tar.lz dexon-tests-89675a71537e6a386f97a9190db40276b388d692.tar.xz dexon-tests-89675a71537e6a386f97a9190db40276b388d692.tar.zst dexon-tests-89675a71537e6a386f97a9190db40276b388d692.zip |
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'VMTests')
-rw-r--r-- | VMTests/vmIOandFlowOperationsTest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/VMTests/vmIOandFlowOperationsTest.json b/VMTests/vmIOandFlowOperationsTest.json index 027328d0d..debb212e4 100644 --- a/VMTests/vmIOandFlowOperationsTest.json +++ b/VMTests/vmIOandFlowOperationsTest.json @@ -1,5 +1,5 @@ { - "dupAt51doesNotExistAnymore" : { + "dupAt51becameMload" : { "callcreates" : [ ], "env" : { @@ -1500,7 +1500,7 @@ } } }, - "swapAt52doesNotExistAnymore" : { + "swapAt52becameMstore" : { "callcreates" : [ ], "env" : { @@ -1542,4 +1542,4 @@ } } } -}
\ No newline at end of file +} |