mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core/vm: lint fixes
This commit is contained in:
parent
0572bcdb06
commit
ab68830488
1 changed files with 2 additions and 1 deletions
|
|
@ -928,8 +928,9 @@ func TestOpMCopy(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TestPush sanity-checks how code with immediates are handled when the code size is
|
||||||
|
// smaller than the size of the immediate.
|
||||||
func TestPush(t *testing.T) {
|
func TestPush(t *testing.T) {
|
||||||
|
|
||||||
code := common.FromHex("0011223344556677889900aabbccddeeff0102030405060708090a0b0c0d0e0ff1e1d1c1b1a19181716151413121")
|
code := common.FromHex("0011223344556677889900aabbccddeeff0102030405060708090a0b0c0d0e0ff1e1d1c1b1a19181716151413121")
|
||||||
|
|
||||||
push32 := makePush(32, 32)
|
push32 := makePush(32, 32)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue