Remove --optimize-yul flag for soltest

This commit is contained in:
Mathias Baumann
2020-05-06 11:49:40 +02:00
parent 3c0ca57f21
commit 02c5f1f748
4 changed files with 3 additions and 7 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE(string_storage)
// This is only correct on >=Constantinople.
else if (CommonOptions::get().useABIEncoderV2)
{
if (CommonOptions::get().optimizeYul)
if (CommonOptions::get().optimize)
{
// Costs with 0 are cases which cannot be triggered in tests.
if (evmVersion < EVMVersion::istanbul())
@@ -129,7 +129,7 @@ BOOST_AUTO_TEST_CASE(string_storage)
// This is only correct on >=Constantinople.
else if (CommonOptions::get().useABIEncoderV2)
{
if (CommonOptions::get().optimizeYul)
if (CommonOptions::get().optimize)
{
if (evmVersion < EVMVersion::istanbul())
CHECK_GAS(0, 21567, 20);