mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Always enforce via yul for isoltest runs.
This commit is contained in:
parent
dfd9008214
commit
7b48c120b5
@ -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