summaryrefslogtreecommitdiff
path: root/tests/test_opus_projection.c
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2022-06-30 18:57:08 -0700
committerMark Harris <mark.hsj@gmail.com>2022-07-05 19:07:43 -0700
commit683592180f64f5723274a9105be2f3af6208a901 (patch)
tree5c61d85ca034181dbd6fee7c7a91b406c7df67e6 /tests/test_opus_projection.c
parent271d48814912a23c7f9443bc81055cbf58ff355b (diff)
downloadopus-683592180f64f5723274a9105be2f3af6208a901.tar.gz
Replace assert with test_failed function in test
This will fix -Wunused-but-set-variable on gcc 9.3 release build. Also remove unused assert.h. Signed-off-by: Mark Harris <mark.hsj@gmail.com>
Diffstat (limited to 'tests/test_opus_projection.c')
-rw-r--r--tests/test_opus_projection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_opus_projection.c b/tests/test_opus_projection.c
index 5f0d672c..4e06613e 100644
--- a/tests/test_opus_projection.c
+++ b/tests/test_opus_projection.c
@@ -29,7 +29,6 @@
#include "config.h"
#endif
-#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>