Commandline test updates.

This commit is contained in:
chriseth
2021-04-29 16:46:25 +02:00
parent fcc98d12b8
commit 426d60f07b
22 changed files with 144 additions and 65 deletions
@@ -12,8 +12,8 @@ object "Arraysum_34" {
mstore(64, 128)
if callvalue() { revert(0, 0) }
let _1 := datasize("Arraysum_34_deployed")
codecopy(0, dataoffset("Arraysum_34_deployed"), _1)
return(0, _1)
codecopy(128, dataoffset("Arraysum_34_deployed"), _1)
return(128, _1)
}
}
object "Arraysum_34_deployed" {