diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-05-17 12:48:07 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-05-17 11:26:58 +0000 |
| commit | a12e99e74dfc7cbe54720d8383cec46aaf024a28 (patch) | |
| tree | 1f53d3842efba0b71cea49b4948c0c24450e47f9 /pkg/repro | |
| parent | e09a60f8522234ba7968e421dd9d2e6d86af69db (diff) | |
pkg/csource: remove the Repro option
Enable it unconditionally.
Diffstat (limited to 'pkg/repro')
| -rw-r--r-- | pkg/repro/repro_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
