Skip to content

Commit

Permalink
eof: Enable one semantic test to sanity check.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Dec 9, 2024
1 parent e0715dc commit 82c21ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/libsolidity/semanticTests/ecrecover/ecrecover.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ contract test {
return ecrecover(h, v, r, s);
}
}
// ====
// bytecodeFormat: legacy,>=EOFv1
// ----
// a(bytes32,uint8,bytes32,bytes32):
// 0x18c547e4f7b0f325ad1e56f57e26c745b09a3e503d86e00e5255ff7f715d3d1c,
Expand Down

0 comments on commit 82c21ea

Please sign in to comment.