diff options
author | 2022-11-09 13:20:32 -0800 | |
---|---|---|
committer | 2022-12-12 14:13:47 -0700 | |
commit | 34c68f432c67f0d9bd4e64cf0929f399c6a4e1b0 (patch) | |
tree | 0622fe7d810bd31e512eba8a8c97adbb02867231 /lib/kunit/executor.c | |
parent | Documentation: kunit: Remove redundant 'tips.rst' page (diff) | |
download | wireguard-linux-34c68f432c67f0d9bd4e64cf0929f399c6a4e1b0.tar.xz wireguard-linux-34c68f432c67f0d9bd4e64cf0929f399c6a4e1b0.zip |
kunit: remove KUNIT_INIT_MEM_ASSERTION macro
Commit 870f63b7cd78 ("kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT
macros") removed all the other macros of this type.
But it raced with commit b8a926bea8b1 ("kunit: Introduce
KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros"), which added another
instance.
Remove KUNIT_INIT_MEM_ASSERTION and just use the generic
KUNIT_INIT_ASSERT macro instead.
Rename the `size` arg to avoid conflicts by appending a "_" (like we did
in the previous commit).
Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'lib/kunit/executor.c')
0 files changed, 0 insertions, 0 deletions