Skip to content

Commit

Permalink
abi_versions_test: slightly improved failure output #cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoack committed Jul 4, 2024
1 parent 2ff0359 commit 7dc5f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landlock/abi_versions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 7dc5f0b

Please sign in to comment.