mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 02:57:58 +02:00
tests: fix checking NM_ASSERT_NO_MSG define in "nm-test-utils.h"
"nm-test-utils.h" may also be used by the VPN plugins, there we have no NM_ASSERT_NO_MSG define.
This commit is contained in:
parent
6dd2b316b5
commit
89d32944af
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
#include "nm-default.h"
|
||||
|
||||
#if NM_ASSERT_NO_MSG
|
||||
#if defined(NM_ASSERT_NO_MSG) && NM_ASSERT_NO_MSG
|
||||
#undef g_return_if_fail_warning
|
||||
#undef g_assertion_message_expr
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue