OSDN Git Service

Merge branch 'bpf/selftests: convert some tests to ASSERT_* macros'
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 29 Sep 2022 00:29:29 +0000 (17:29 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 29 Sep 2022 00:34:24 +0000 (17:34 -0700)
commit8526f0d6135f77451566463ace6f0fb8b72cedaa
treef74d5b6db3aba3a99ec7de236054cacc885c5295
parentaa55dfd3783f0f8131bead061fb22b0d0d75a078
parent1fddca3d36d1dc4a19a8060d20de1b77edfe63e0
Merge branch 'bpf/selftests: convert some tests to ASSERT_* macros'

Wang Yufen says:

====================

Convert some tests to use the preferred ASSERT_* macros instead of the
deprecated CHECK().
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>