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 cb5a29cb..f46c36db 100644
--- a/container/seccomp/libseccomp_test.go
+++ b/container/seccomp/libseccomp_test.go
@@ -6,8 +6,8 @@ import (
"syscall"
"testing"
- . "hakurei.app/container/comp"
. "hakurei.app/container/seccomp"
+ . "hakurei.app/container/std"
)
func TestLibraryError(t *testing.T) {