Added call to addOptions virtual helper in CommonOptions::parse to add options from base/derived classes, modified interface of IsolTestOptions to include editor member variable set based on provided parameter in constructor as it is now needed by addOptions helper function

This commit is contained in:
Sean Hawkes
2021-09-18 05:43:09 -05:00
parent f47e918caa
commit ae7c617711
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@ std::string editorPath()
IsolTestOptions::IsolTestOptions(std::string* _editor):
CommonOptions(description)
{
editor = _editor;
enforceViaYul = true;
enforceGasTest = (evmVersion() == langutil::EVMVersion{});
enforceGasTestMinValue = 100000;