summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPierrick Bouvier <pierrick.bouvier@linaro.org>2024-09-12 00:39:08 -0700
committerThomas Huth <thuth@redhat.com>2024-09-17 10:50:39 +0200
commit70dc9c8ab51c29ddeaaffce715776b4242fe15d3 (patch)
tree8dcc2d26036c76cbeb000b14f202619c7d067ba3
parent317e39f44646b7a8c8b10fbc85932cc7d7a92840 (diff)
downloadfocaccia-qemu-70dc9c8ab51c29ddeaaffce715776b4242fe15d3.tar.gz
focaccia-qemu-70dc9c8ab51c29ddeaaffce715776b4242fe15d3.zip
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>
-rw-r--r--tests/qtest/migration-helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qtest/migration-helpers.c b/tests/qtest/migration-helpers.c
index a43d180c80..0025933883 100644
--- a/tests/qtest/migration-helpers.c
+++ b/tests/qtest/migration-helpers.c
@@ -76,7 +76,6 @@ static QDict *SocketAddress_to_qdict(SocketAddress *addr)
         break;
     default:
         g_assert_not_reached();
-        break;
     }
 
     return dict;