aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/seccomp/libseccomp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/seccomp/libseccomp_test.go')
-rw-r--r--sandbox/seccomp/libseccomp_test.go2
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
}{