Skip to content

Commit

Permalink
Fix codegen tests (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
xermicus committed Jun 15, 2023
1 parent 610690c commit 1985aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract c {
x = 102 + t*y/(t+5*y) + g + test3() - vec.push(2) + ct.sum(1, 2);
return 2;
// CHECK: push array ty:int32[] value:int32 2
// CHECK: _ = external call::regular address:%ct payload:%abi_encoded.temp.90 value:uint128 0 gas:uint64 0 accounts: seeds: contract|function:(0, 2)
// CHECK: _ = external call::regular address:%ct payload:%abi_encoded.temp.90 value:uint128 0 gas:uint64 0 accounts: seeds:
}

}
Expand Down

0 comments on commit 1985aca

Please sign in to comment.