Signed-off-by: Christophe Fergeau <[email protected]>
---
 tests/test-region.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-region.c b/tests/test-region.c
index 12fdfce..ec451c4 100644
--- a/tests/test-region.c
+++ b/tests/test-region.c
@@ -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)
-- 
2.17.1

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to