mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
parent
e807c9bb63
commit
84f3530e71
@ -35,6 +35,7 @@ object "C_81" {
|
|||||||
case 0x70cb9605
|
case 0x70cb9605
|
||||||
{
|
{
|
||||||
// f(uint256,uint256,uint256,uint256)
|
// f(uint256,uint256,uint256,uint256)
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
let param_0, param_1, param_2, param_3 := abi_decode_tuple_t_uint256t_uint256t_uint256t_uint256(4, calldatasize())
|
let param_0, param_1, param_2, param_3 := abi_decode_tuple_t_uint256t_uint256t_uint256t_uint256(4, calldatasize())
|
||||||
let ret_0, ret_1, ret_2, ret_3 := fun_f_80(param_0, param_1, param_2, param_3)
|
let ret_0, ret_1, ret_2, ret_3 := fun_f_80(param_0, param_1, param_2, param_3)
|
||||||
|
@ -34,6 +34,7 @@ object \"C_7\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
fun_f_6()
|
fun_f_6()
|
||||||
|
@ -85,6 +85,7 @@ object \"D_16\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
fun_f_15()
|
fun_f_15()
|
||||||
|
@ -35,6 +35,7 @@ object "test_11" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
let ret_0 := fun_f_10()
|
let ret_0 := fun_f_10()
|
||||||
|
@ -34,6 +34,7 @@ object \"C_11\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
let ret_0 := fun_f_10()
|
let ret_0 := fun_f_10()
|
||||||
|
@ -34,6 +34,7 @@ object \"C_11\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
let ret_0 := fun_f_10()
|
let ret_0 := fun_f_10()
|
||||||
|
@ -34,6 +34,7 @@ object \"C_11\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
let ret_0 := fun_f_10()
|
let ret_0 := fun_f_10()
|
||||||
|
@ -34,6 +34,7 @@ object \"C_11\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
let ret_0 := fun_f_10()
|
let ret_0 := fun_f_10()
|
||||||
|
@ -34,6 +34,7 @@ object \"C_11\" {
|
|||||||
case 0x26121ff0
|
case 0x26121ff0
|
||||||
{
|
{
|
||||||
// f()
|
// f()
|
||||||
|
|
||||||
if callvalue() { revert(0, 0) }
|
if callvalue() { revert(0, 0) }
|
||||||
abi_decode_tuple_(4, calldatasize())
|
abi_decode_tuple_(4, calldatasize())
|
||||||
let ret_0 := fun_f_10()
|
let ret_0 := fun_f_10()
|
||||||
|
Loading…
Reference in New Issue
Block a user