From 78f1e4a9452566f5645a7f5ade6aad79901d5f98 Mon Sep 17 00:00:00 2001 From: ethers Date: Wed, 12 Nov 2014 19:11:06 -0800 Subject: [PATCH] rename tests since they are valid opcodes that exist --- VMTests/vmIOandFlowOperationsTest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VMTests/vmIOandFlowOperationsTest.json b/VMTests/vmIOandFlowOperationsTest.json index 027328d0d1aa..debb212e4b6d 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 +}