mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow overwriting the release flag for tests and adjust test suite to CBOR metadata.
This commit is contained in:
@@ -10,7 +10,10 @@ contract Medium {
|
||||
function g0(uint x) public payable returns (uint) { require(x > 10); }
|
||||
}
|
||||
// ----
|
||||
// creation: 294 + 251200 = 251494
|
||||
// creation:
|
||||
// codeDepositCost: 253000
|
||||
// executionCost: 294
|
||||
// totalCost: 253294
|
||||
// external:
|
||||
// a(): 428
|
||||
// b(uint256): 846
|
||||
|
||||
Reference in New Issue
Block a user