mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Commandline test updates.
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user