summaryrefslogtreecommitdiff
path: root/tests/data/small-code-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/small-code-core.c')
-rw-r--r--tests/data/small-code-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/small-code-core.c b/tests/data/small-code-core.c
index dbf7f40..28a00ab 100644
--- a/tests/data/small-code-core.c
+++ b/tests/data/small-code-core.c
@@ -54,7 +54,7 @@ static const struct wl_message intf_A_events[] = {
};
WL_EXPORT const struct wl_interface intf_A_interface = {
- "intf_A", 1,
+ "intf_A", 3,
3, intf_A_requests,
1, intf_A_events,
};