libnm/tests: fix bug in test

Fixes: 6b904a51ee
This commit is contained in:
Thomas Haller
2016-10-11 14:08:36 +02:00
parent 6b904a51ee
commit 814b1aec53

View File

@@ -5430,7 +5430,7 @@ test_nm_set_out (void)
/* test that we successfully re-defined _G_BOOLEAN_EXPR() */
#define _T1(a) \
({ \
g_assert (a > 5); \
g_assert (a > 2); \
a; \
})
g_assert (_T1 (3) > 1);