diff options
author | David Lamparter <equinox@diac24.net> | 2021-03-16 10:54:51 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-04-23 12:06:35 +0200 |
commit | 6a0eb6885b80260294673078dc97eb47b9ad753f (patch) | |
tree | 15989b8d64d73c91321ceeb1d4f455b440b3fee7 /tests | |
parent | *: make sure `config.h` or `zebra.h` is first (diff) | |
download | frr-6a0eb6885b80260294673078dc97eb47b9ad753f.tar.xz frr-6a0eb6885b80260294673078dc97eb47b9ad753f.zip |
*: drop zassert.h
It's not actually working properly...
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/cxxcompat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index fde0d6af5..2589fca61 100644 --- a/tests/lib/cxxcompat.c +++ b/tests/lib/cxxcompat.c @@ -104,7 +104,6 @@ #include "lib/yang.h" #include "lib/yang_translator.h" #include "lib/yang_wrappers.h" -#include "lib/zassert.h" #include "lib/zclient.h" PREDECL_RBTREE_UNIQ(footree); |