Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Mar 26, 2020
1 parent e366065 commit d770f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracee/tracee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestReadArgFromBuff(t *testing.T) {
},
{
name: "OFF_T_T",
input: []byte{8, //SIZE_T_T
input: []byte{8, //OFF_T_T
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, //18446744073709551615
},
expectedArg: uint64(18446744073709551615),
Expand Down

0 comments on commit d770f33

Please sign in to comment.