]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest: replace assert(false) with g_assert_not_reached()
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 12 Sep 2024 07:38:56 +0000 (00:38 -0700)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 08:50:39 +0000 (10:50 +0200)
commit317e39f44646b7a8c8b10fbc85932cc7d7a92840
tree0ff4b45d06da92d7800ed92ab99b0222205654f4
parent446ef11261499230e0439b147a874404dfbbe786
tests/qtest: replace assert(false) with g_assert_not_reached()

This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240912073921.453203-24-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/numa-test.c