From 5ada371733272b30db72b84e46fe20ad1c4dc2f5 Mon Sep 17 00:00:00 2001 From: Giulio Date: Tue, 10 Jun 2025 12:09:34 +0200 Subject: [PATCH] save --- core/vm/instructions_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index 556ff911a1..9b7e7e4d46 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -989,9 +989,7 @@ func TestOpCLZ(t *testing.T) { } for _, tc := range tests { - tc := tc // capture range variable t.Run(tc.name, func(t *testing.T) { - t.Parallel() // prepare a fresh stack and PC stack := newstack()