aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/libseccomp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/libseccomp_test.go')
-rw-r--r--container/seccomp/libseccomp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/seccomp/libseccomp_test.go b/container/seccomp/libseccomp_test.go
index 5d58ac7a..cb5a29cb 100644
--- a/container/seccomp/libseccomp_test.go
+++ b/container/seccomp/libseccomp_test.go
@@ -6,7 +6,7 @@ import (
"syscall"
"testing"
- . "hakurei.app/container/bits"
+ . "hakurei.app/container/comp"
. "hakurei.app/container/seccomp"
)