Remove extra signedness info from side_arg_gather_integer
[libside.git] / src / test.c
index c395aef7bc0bf4bc1957463cc49afaed12cde95f..a958a4c10caac81c22e0be93cbf6af8ff998549d 100644 (file)
@@ -1515,7 +1515,7 @@ void test_struct_gather(void)
                side_event_call(my_provider_event_structgather,
                        side_arg_list(
                                side_arg_gather_struct(&mystruct),
-                               side_arg_gather_signed_integer(&val),
+                               side_arg_gather_integer(&val),
 #if __HAVE_FLOAT32
                                side_arg_gather_float(&f32),
 #endif
This page took 0.023013 seconds and 4 git commands to generate.