Merge pull request #8846 from ethereum/enforceYulIsoltest

Always enforce via yul for isoltest runs.
This commit is contained in:
chriseth 2020-05-05 14:53:54 +02:00 committed by GitHub
commit 3c0ca57f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ bool IsolTestOptions::parse(int _argc, char const* const* _argv)
std::cout << options << std::endl;
return false;
}
enforceViaYul = true;
return res;
}