]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest: remove break after g_assert_not_reached()
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 12 Sep 2024 07:39:08 +0000 (00:39 -0700)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 08:50:39 +0000 (10:50 +0200)
commit70dc9c8ab51c29ddeaaffce715776b4242fe15d3
tree8dcc2d26036c76cbeb000b14f202619c7d067ba3
parent317e39f44646b7a8c8b10fbc85932cc7d7a92840
tests/qtest: remove break after 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-36-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/migration-helpers.c