Update tests.

This commit is contained in:
chriseth
2021-04-29 15:08:54 +02:00
parent b06a09fd82
commit f30ef06d62
8 changed files with 19 additions and 16 deletions
@@ -66,8 +66,9 @@ object "D_16" {
datacopy(128, dataoffset("C_3"), _2)
if iszero(create(_1, 128, _2))
{
returndatacopy(_1, _1, returndatasize())
revert(_1, returndatasize())
let pos := mload(64)
returndatacopy(pos, _1, returndatasize())
revert(pos, returndatasize())
}
return(mload(64), _1)
}