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:
Thomas Haller 2016-06-16 11:04:51 +02:00
parent 6dd2b316b5
commit 89d32944af

View file

@ -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