mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -20,6 +20,9 @@ contract test {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// set(uint8,uint8,uint8,uint8,uint8): 1, 21, 22, 42, 43 -> 0, 0, 0, 0
|
||||
// gas irOptimized: 110993
|
||||
// gas legacy: 111406
|
||||
// gas legacyOptimized: 107981
|
||||
// get(uint8): 1 -> 21, 22, 42, 43
|
||||
// set(uint8,uint8,uint8,uint8,uint8): 1, 10, 30, 11, 31 -> 21, 22, 42, 43
|
||||
// get(uint8): 1 -> 10, 30, 11, 31
|
||||
|
||||
Reference in New Issue
Block a user