Always enforce via yul for isoltest runs.

This commit is contained in:
Daniel Kirchner 2020-05-05 14:05:11 +02:00
parent dfd9008214
commit 7b48c120b5

View File

@ -69,6 +69,7 @@ bool IsolTestOptions::parse(int _argc, char const* const* _argv)
std::cout << options << std::endl;
return false;
}
enforceViaYul = true;
return res;
}