Properly support inliner in settings.optimizer.details

This commit is contained in:
Alex Beregszaszi
2021-05-20 20:22:34 +01:00
parent 13388e283e
commit 75c72cd54d
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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": {