mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added call to CommonOptions base class validate method to derived IsolTestOptions validate method to validate against both common and extended options
This commit is contained in:
parent
76fa00abed
commit
f2e59923ab
@ -91,6 +91,7 @@ bool IsolTestOptions::parse(int _argc, char const* const* _argv)
|
|||||||
|
|
||||||
void IsolTestOptions::validate() const
|
void IsolTestOptions::validate() const
|
||||||
{
|
{
|
||||||
|
CommonOptions::validate();
|
||||||
static std::string filterString{"[a-zA-Z0-9_/*]*"};
|
static std::string filterString{"[a-zA-Z0-9_/*]*"};
|
||||||
static std::regex filterExpression{filterString};
|
static std::regex filterExpression{filterString};
|
||||||
assertThrow(
|
assertThrow(
|
||||||
|
Loading…
Reference in New Issue
Block a user