mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move standard-json "modelCheckerSettings" key to "settings.modelChecker".
This commit is contained in:
@@ -19,10 +19,8 @@ for optimize in [False, True]:
|
||||
'optimizer': {
|
||||
'enabled': optimize
|
||||
},
|
||||
'outputSelection': {'*': {'*': ['evm.bytecode.object', 'metadata']}}
|
||||
},
|
||||
'modelCheckerSettings': {
|
||||
"engine": 'none'
|
||||
'outputSelection': {'*': {'*': ['evm.bytecode.object', 'metadata']}},
|
||||
'modelChecker': { "engine": 'none' }
|
||||
}
|
||||
}
|
||||
args = [SOLC_BIN, '--standard-json']
|
||||
|
||||
Reference in New Issue
Block a user