mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8846 from ethereum/enforceYulIsoltest
Always enforce via yul for isoltest runs.
This commit is contained in:
commit
3c0ca57f21
@ -69,6 +69,7 @@ bool IsolTestOptions::parse(int _argc, char const* const* _argv)
|
||||
std::cout << options << std::endl;
|
||||
return false;
|
||||
}
|
||||
enforceViaYul = true;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user