mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 08:10:06 +01:00
parent
6b904a51ee
commit
814b1aec53
1 changed files with 1 additions and 1 deletions
|
|
@ -5430,7 +5430,7 @@ test_nm_set_out (void)
|
||||||
/* test that we successfully re-defined _G_BOOLEAN_EXPR() */
|
/* test that we successfully re-defined _G_BOOLEAN_EXPR() */
|
||||||
#define _T1(a) \
|
#define _T1(a) \
|
||||||
({ \
|
({ \
|
||||||
g_assert (a > 5); \
|
g_assert (a > 2); \
|
||||||
a; \
|
a; \
|
||||||
})
|
})
|
||||||
g_assert (_T1 (3) > 1);
|
g_assert (_T1 (3) > 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue