Skip to content

Commit

Permalink
bpf: Remove commented out debugging hack in test_align.
Browse files Browse the repository at this point in the history
Reported-by: Alexander Alemayhu <alexander@alemayhu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 12, 2017
1 parent 34e934b commit 69a73e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/selftests/bpf/test_align.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ static int do_test_single(struct bpf_align_test *test)
break;
}
}
/* printf("%s", bpf_vlog); */
close(fd_prog);
}
return ret;
Expand Down

0 comments on commit 69a73e7

Please sign in to comment.