diff options
Diffstat (limited to 'sandbox/seccomp/libseccomp_test.go')
| -rw-r--r-- | sandbox/seccomp/libseccomp_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/seccomp/libseccomp_test.go b/sandbox/seccomp/libseccomp_test.go index a4ca9a1f..f5c0105a 100644 --- a/sandbox/seccomp/libseccomp_test.go +++ b/sandbox/seccomp/libseccomp_test.go @@ -15,7 +15,7 @@ func TestExport(t *testing.T) { testCases := []struct { name string presets FilterPreset - flags PrepareFlag + flags ExportFlag want []byte wantErr bool }{ |
