aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/triage/commit_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/pkg/triage/commit_test.go')
-rw-r--r--syz-cluster/pkg/triage/commit_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/syz-cluster/pkg/triage/commit_test.go b/syz-cluster/pkg/triage/commit_test.go
index 514afd6ce..a2a07413e 100644
--- a/syz-cluster/pkg/triage/commit_test.go
+++ b/syz-cluster/pkg/triage/commit_test.go
@@ -77,7 +77,6 @@ func TestCommitSelector(t *testing.T) {
}
for _, test := range tests {
- test := test
t.Run(test.name, func(t *testing.T) {
selector := NewCommitSelector(test.ops)
commits, err := selector.Select(test.series, testTree, test.last)