Skip to content

Commit

Permalink
make get and set work
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Sep 9, 2022
1 parent b4c5741 commit de69dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func TestGet(t *testing.T) {
func Test_getSet(t *testing.T) {
type args struct {
call int
iov []syscall.Iovec
iov syscall.Iovec
flags uintptr
}
tests := []struct {
Expand Down

0 comments on commit de69dad

Please sign in to comment.