From df32ab9844aefac37a3db121f962d38d3c06c2aa Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 25 May 2026 11:05:35 +0200 Subject: [PATCH] tests: don't redefine spa_assert --- spa/tests/test-ump-utils.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spa/tests/test-ump-utils.c b/spa/tests/test-ump-utils.c index bd1da2087..0ee4ecdcd 100644 --- a/spa/tests/test-ump-utils.c +++ b/spa/tests/test-ump-utils.c @@ -7,15 +7,6 @@ #include -#define spa_assert(cond) \ - do { \ - if (SPA_UNLIKELY(!(cond))) { \ - fprintf(stderr, "FAIL: %s at %s:%d\n", \ - #cond, __FILE__, __LINE__); \ - abort(); \ - } \ - } while (0) - /* spa_ump_from_midi returns bytes (size * 4) */ /* spa_ump_to_midi returns number of MIDI bytes written */