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

index 29396d7789416f90c7ee84d58b16af287744f263..7b8bf2ba2d89f3af50933894978ef39b969b1f7d 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_structgatherbyte) {
+       side_event_cond(my_provider_event_gatherbyte) {
                uint8_t v = 0x44;
                uint8_t array[3] = { 0x1, 0x2, 0x3 };
 
This page took 0.024244 seconds and 4 git commands to generate.