mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Activating some tests viaYul after implementing getters for bytes.
This commit is contained in:
@@ -16,5 +16,7 @@ contract Sample {
|
||||
p[0] = m;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// p(uint256): 0x0 -> 0xbbbb, 0xcccc, 0x80, 0xc0, 0x05, "hello", 0x05, "world"
|
||||
|
||||
Reference in New Issue
Block a user