diff options
Diffstat (limited to 'container/seccomp/hash_amd64_test.go')
| -rw-r--r-- | container/seccomp/hash_amd64_test.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/container/seccomp/hash_amd64_test.go b/container/seccomp/hash_amd64_test.go index 7ef2b1d7..5a5e5439 100644 --- a/container/seccomp/hash_amd64_test.go +++ b/container/seccomp/hash_amd64_test.go @@ -1,6 +1,9 @@ package seccomp_test -import . "hakurei.app/container/seccomp" +import ( + . "hakurei.app/container/bits" + . "hakurei.app/container/seccomp" +) var bpfExpected = bpfLookup{ {AllowMultiarch | AllowCAN | |
