From a12e99e74dfc7cbe54720d8383cec46aaf024a28 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 17 May 2024 12:48:07 +0200 Subject: pkg/csource: remove the Repro option Enable it unconditionally. --- pkg/repro/repro_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/repro') diff --git a/pkg/repro/repro_test.go b/pkg/repro/repro_test.go index 744064c22..c61484754 100644 --- a/pkg/repro/repro_test.go +++ b/pkg/repro/repro_test.go @@ -91,7 +91,6 @@ func TestSimplifies(t *testing.T) { Cgroups: true, UseTmpDir: true, HandleSegv: true, - Repro: true, } var check func(opts csource.Options, i int) check = func(opts csource.Options, i int) { -- cgit mrf-deployment