mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tests after merge.
This commit is contained in:
parent
6de7eaba95
commit
da91e590db
@ -8,8 +8,6 @@ contract C {
|
|||||||
return b + c;
|
return b + c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ====
|
|
||||||
// compileViaYul: also
|
|
||||||
// ----
|
// ----
|
||||||
// f(uint16,uint16,uint16): 0xe000, 0xe500, 2 -> 58626
|
// f(uint16,uint16,uint16): 0xe000, 0xe500, 2 -> 58626
|
||||||
// f(uint16,uint16,uint16): 0x1000, 0xe500, 0xe000 -> FAILURE, hex"4e487b71", 0x11
|
// f(uint16,uint16,uint16): 0x1000, 0xe500, 0xe000 -> FAILURE, hex"4e487b71", 0x11
|
||||||
|
@ -15,4 +15,4 @@ contract C {
|
|||||||
// compileViaYul: also
|
// compileViaYul: also
|
||||||
// ----
|
// ----
|
||||||
// f(bytes[2]): 0x20, 0x40, 0x40, 2, "ab" ->
|
// f(bytes[2]): 0x20, 0x40, 0x40, 2, "ab" ->
|
||||||
// f(bytes[2]): 0x20, 0x40, 0x40, 1, "a" -> FAILURE
|
// f(bytes[2]): 0x20, 0x40, 0x40, 1, "a" -> FAILURE, hex"4e487b71", 0x01
|
||||||
|
Loading…
Reference in New Issue
Block a user