diff --git a/tests/test-libglnx-macros.c b/tests/test-libglnx-macros.c
index d16c100629feafde2f22f0d1b6606aef648ef21b..d45c5cf8da201d6768b9464b0fe9dcdfa23f0443 100644
--- a/tests/test-libglnx-macros.c
+++ b/tests/test-libglnx-macros.c
@@ -37,7 +37,7 @@ test_inset (void)
   g_assert (!G_IN_SET (8, 7,42,3,9));
   g_assert (!G_IN_SET (-1, 7,42,3,9));
   g_assert (G_IN_SET ('x', 'a', 'x', 'c'));
-  g_assert (!G_IN_SET ('y', 'a', 'x', 'c'))
+  g_assert (!G_IN_SET ('y', 'a', 'x', 'c'));
 }
 
 int main (int argc, char **argv)