Skip to content

Commit 5d5931c

Browse files
committed
eof: Enable one semantic test to sanity check.
1 parent 562d6d2 commit 5d5931c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/libsolidity/semanticTests/ecrecover/ecrecover.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ contract test {
33
return ecrecover(h, v, r, s);
44
}
55
}
6+
// ====
7+
// bytecodeFormat: legacy,>=EOFv1
68
// ----
79
// a(bytes32,uint8,bytes32,bytes32):
810
// 0x18c547e4f7b0f325ad1e56f57e26c745b09a3e503d86e00e5255ff7f715d3d1c,

0 commit comments

Comments
 (0)