Skip to content

Commit 5ada371

Browse files
Giulio2002fjl
authored andcommitted
save
1 parent df5db6f commit 5ada371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/vm/instructions_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,9 +989,7 @@ func TestOpCLZ(t *testing.T) {
989989
}
990990

991991
for _, tc := range tests {
992-
tc := tc // capture range variable
993992
t.Run(tc.name, func(t *testing.T) {
994-
t.Parallel()
995993

996994
// prepare a fresh stack and PC
997995
stack := newstack()

0 commit comments

Comments
 (0)