diff --git a/test/libevm/vm.cpp b/test/libevm/vm.cpp index d00396472..f60ca44ce 100644 --- a/test/libevm/vm.cpp +++ b/test/libevm/vm.cpp @@ -422,7 +422,7 @@ void doVMTests(json_spirit::mValue& v, bool _fillin) checkAddresses, bytes> > >(test.addresses, fev.addresses); - checkCallCreates(fev.callcreates, test.callcreates); + checkCallCreates(test.callcreates, fev.callcreates); checkLog(fev.sub.logs, test.sub.logs); }