This commit is contained in:
Giulio 2025-06-10 12:09:34 +02:00 committed by Felix Lange
parent df5db6fdfb
commit 5ada371733

View file

@ -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()