aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux_test.go')
-rw-r--r--pkg/report/linux_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/report/linux_test.go b/pkg/report/linux_test.go
index bb19ed6bf..7e5c028ef 100644
--- a/pkg/report/linux_test.go
+++ b/pkg/report/linux_test.go
@@ -430,7 +430,6 @@ func TestParseLinuxOpcodes(t *testing.T) {
}
for idx, test := range tests {
- test := test // Capturing the value.
t.Run(fmt.Sprintf("%s/%v", test.arch, idx), func(t *testing.T) {
t.Parallel()
_, linuxReporter := prepareLinuxReporter(t, test.arch)