mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11419 from ethereum/sc-inline
Properly support inliner in settings.optimizer.details
This commit is contained in:
@@ -1195,7 +1195,8 @@ BOOST_AUTO_TEST_CASE(optimizer_settings_details_different)
|
||||
"jumpdestRemover" : true,
|
||||
"orderLiterals" : false,
|
||||
"peephole" : true,
|
||||
"yul": true
|
||||
"yul": true,
|
||||
"inliner": true
|
||||
} }
|
||||
},
|
||||
"sources": {
|
||||
|
||||
Reference in New Issue
Block a user