diff --git a/landlock/abi_versions_test.go b/landlock/abi_versions_test.go index 5399070..a80c0ae 100644 --- a/landlock/abi_versions_test.go +++ b/landlock/abi_versions_test.go @@ -17,6 +17,6 @@ func TestSupportedAccessFS(t *testing.T) { want := supportedAccessFS if got != want { - t.Errorf("V3 supported access FS: got %x, want %x", got, want) + t.Errorf("V3 supported access FS: got %v, want %v", got, want) } }