diff options
Diffstat (limited to 'tests/data/small-code-core.c')
| -rw-r--r-- | tests/data/small-code-core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/small-code-core.c b/tests/data/small-code-core.c index 88e8257..b654549 100644 --- a/tests/data/small-code-core.c +++ b/tests/data/small-code-core.c @@ -52,11 +52,12 @@ static const struct wl_message intf_A_requests[] = { static const struct wl_message intf_A_events[] = { { "hey", "", small_test_types + 0 }, + { "yo", "2", small_test_types + 0 }, }; WL_EXPORT const struct wl_interface intf_A_interface = { "intf_A", 3, 3, intf_A_requests, - 1, intf_A_events, + 2, intf_A_events, }; |
