Fix tests after merge.

This commit is contained in:
chriseth 2020-12-01 15:30:25 +01:00
parent 6de7eaba95
commit da91e590db
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ contract C {
return b + c;
}
}
// ====
// compileViaYul: also
// ----
// f(uint16,uint16,uint16): 0xe000, 0xe500, 2 -> 58626
// f(uint16,uint16,uint16): 0x1000, 0xe500, 0xe000 -> FAILURE, hex"4e487b71", 0x11

View File

@ -15,4 +15,4 @@ contract C {
// compileViaYul: also
// ----
// 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