mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
@@ -59,6 +59,7 @@ std::string editorPath()
|
||||
IsolTestOptions::IsolTestOptions(std::string* _editor):
|
||||
CommonOptions(description)
|
||||
{
|
||||
editor = _editor;
|
||||
enforceViaYul = true;
|
||||
enforceGasTest = (evmVersion() == langutil::EVMVersion{});
|
||||
enforceGasTestMinValue = 100000;
|
||||
|
||||
Reference in New Issue
Block a user