selftests/bpf: Fix the ASSERT_ERR_PTR macro
authorFlorent Revest <revest@chromium.org>
Wed, 14 Apr 2021 15:56:32 +0000 (17:56 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 15 Apr 2021 00:24:22 +0000 (17:24 -0700)
commit1969b3c60db675040ec0d1b09698807647aac7ed
treeb2375f0da35be126cfb2e22373ecd882f8eccf9d
parent463c2149ede72b696c42b0d6c5a03c061600d04c
selftests/bpf: Fix the ASSERT_ERR_PTR macro

It is just missing a ';'. This macro is not used by any test yet.

Fixes: 22ba36351631 ("selftests/bpf: Move and extend ASSERT_xxx() testing macros")
Signed-off-by: Florent Revest <revest@chromium.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20210414155632.737866-1-revest@chromium.org
tools/testing/selftests/bpf/test_progs.h