mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
save
This commit is contained in:
parent
df5db6fdfb
commit
5ada371733
1 changed files with 0 additions and 2 deletions
|
|
@ -989,9 +989,7 @@ func TestOpCLZ(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range tests {
|
for _, tc := range tests {
|
||||||
tc := tc // capture range variable
|
|
||||||
t.Run(tc.name, func(t *testing.T) {
|
t.Run(tc.name, func(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
// prepare a fresh stack and PC
|
// prepare a fresh stack and PC
|
||||||
stack := newstack()
|
stack := newstack()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue