]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/qtest: replace assert(0) with g_assert_not_reached()
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 12 Sep 2024 07:38:45 +0000 (00:38 -0700)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 08:50:39 +0000 (10:50 +0200)
commit74dcb2535ddb459cec3ab0c136924e39856686c3
tree11a7fc7876c32e57a8b38cc2da334f0ab6c78fba
parent8d5ab746b1e6668ffb0378820b25665b385c8573
tests/qtest: replace assert(0) 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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240912073921.453203-13-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/ipmi-bt-test.c
tests/qtest/ipmi-kcs-test.c
tests/qtest/rtl8139-test.c