aboutsummaryrefslogtreecommitdiffstats
path: root/createRandomVMTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'createRandomVMTest.cpp')
-rw-r--r--createRandomVMTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/createRandomVMTest.cpp b/createRandomVMTest.cpp
index 55e02375..de81099f 100644
--- a/createRandomVMTest.cpp
+++ b/createRandomVMTest.cpp
@@ -41,7 +41,7 @@ using namespace std;
using namespace json_spirit;
using namespace dev;
-void doMyTests(json_spirit::mValue& v);
+void doMyTests(json_spirit::mValue& _v);
int main(int argc, char *argv[])
{
@@ -127,11 +127,11 @@ int main(int argc, char *argv[])
return 0;
}
-void doMyTests(json_spirit::mValue& v)
+void doMyTests(json_spirit::mValue& _v)
{
eth::VMFactory::setKind(eth::VMKind::Interpreter);
- for (auto& i: v.get_obj())
+ for (auto& i: _v.get_obj())
{
cnote << i.first;
mObject& o = i.second.get_obj();