mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-23 09:28:12 +02:00
tests: Remove NDEBUG catcher
NDEBUG doesn't need to be catched anymore now that the test suite don't use libc's abort() anymore. Signed-off-by: Loïc Molinari <loic.molinari@collabora.com>
This commit is contained in:
parent
fbe2f27915
commit
4134685257
1 changed files with 0 additions and 4 deletions
|
|
@ -37,10 +37,6 @@
|
|||
#include "weston-test-fixture-compositor.h"
|
||||
#include "weston-testsuite-data.h"
|
||||
|
||||
#ifdef NDEBUG
|
||||
#error "Tests must not be built with NDEBUG defined, they rely on assert()."
|
||||
#endif
|
||||
|
||||
/** Test harness context
|
||||
*
|
||||
* \ingroup testharness
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue