Skip to content

Commit 99ac7e0

Browse files
committed
fixup! Calldata validation tests
1 parent 60e7e4a commit 99ac7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libsolidity/semanticTests/abiEncoderV2/calldata_overlapped_dynamic_arrays.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ contract C {
3535
// f_which(uint256[],uint256[2],uint256): 0x40, 1, 2, 1 -> FAILURE
3636
// f_storage(uint256[],uint256[2]): 0x20, 1, 2 -> 0x20, 0x60, 0x20, 1, 2
3737
// gas irOptimized: 111653
38-
// gas legacy: 112987
38+
// gas legacy: 112979
3939
// gas legacyOptimized: 112104
4040
// f_storage(uint256[],uint256[2]): 0x40, 1, 2, 5, 6 -> 0x20, 0x80, 0x20, 2, 5, 6
4141
// f_storage(uint256[],uint256[2]): 0x40, 1, 2, 5 -> FAILURE

0 commit comments

Comments
 (0)