Fix test
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Nov 2022 14:36:17 +0000 (09:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Nov 2022 14:36:17 +0000 (09:36 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/test.c

index ee74e3cd76c641c1aa4cecbc680563fbb0f224cb..29396d7789416f90c7ee84d58b16af287744f263 100644 (file)
@@ -1954,7 +1954,7 @@ side_static_event(my_provider_event_gatherbyte,
 static
 void test_gather_byte(void)
 {
-       side_event_cond(my_provider_event_structgatherarray) {
+       side_event_cond(my_provider_event_structgatherbyte) {
                uint8_t v = 0x44;
                uint8_t array[3] = { 0x1, 0x2, 0x3 };
 
This page took 0.025369 seconds and 4 git commands to generate.