mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
test-region: Replace spice_assert() with g_assert_true()
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
968ce158f0
commit
cfbae20c48
@ -73,7 +73,7 @@ static void rect_set(SpiceRect *r, int32_t top, int32_t left, int32_t bottom, in
|
||||
r->left = left;
|
||||
r->bottom = bottom;
|
||||
r->right = right;
|
||||
spice_assert(rect_is_valid(r));
|
||||
g_assert_true(rect_is_valid(r));
|
||||
}
|
||||
|
||||
static void random_region(QRegion *reg)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user