aboutsummaryrefslogtreecommitdiffstats
path: root/createRandomTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'createRandomTest.cpp')
-rw-r--r--createRandomTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp
index 1af12f64..b3700fd0 100644
--- a/createRandomTest.cpp
+++ b/createRandomTest.cpp
@@ -119,6 +119,8 @@ int main(int argc, char *argv[])
void doMyTests(json_spirit::mValue& v)
{
+ eth::VMFactory::setKind(eth::VMKind::Interpreter);
+
for (auto& i: v.get_obj())
{
cnote << i.first;