aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/std_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/std_test.go')
-rw-r--r--container/seccomp/std_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/seccomp/std_test.go b/container/seccomp/std_test.go
index 438a5e3b..6d548dce 100644
--- a/container/seccomp/std_test.go
+++ b/container/seccomp/std_test.go
@@ -24,8 +24,8 @@ func TestSyscallResolveName(t *testing.T) {
}
func TestRuleType(t *testing.T) {
- assertKind[std.ScmpUint, scmpUint](t)
- assertKind[std.ScmpInt, scmpInt](t)
+ assertKind[std.Uint, scmpUint](t)
+ assertKind[std.Int, scmpInt](t)
assertSize[std.NativeRule, syscallRule](t)
assertKind[std.ScmpDatum, scmpDatum](t)