diff options
author | ethers <ethereum@outlook.com> | 2014-11-13 11:11:06 +0800 |
---|---|---|
committer | ethers <ethereum@outlook.com> | 2014-11-13 11:11:06 +0800 |
commit | 78f1e4a9452566f5645a7f5ade6aad79901d5f98 (patch) | |
tree | c7deaee9882651058d7d23b5888b8117525add9b | |
parent | d06b792cd0c80d48aa206dd9126b515e4fb1d606 (diff) | |
download | dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.tar dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.tar.gz dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.tar.bz2 dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.tar.lz dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.tar.xz dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.tar.zst dexon-tests-78f1e4a9452566f5645a7f5ade6aad79901d5f98.zip |
rename tests since they are valid opcodes that exist
-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 +} |