mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
tests: Remove debug printf
This commit is contained in:
parent
80f4f0d512
commit
7746a80e2a
1 changed files with 0 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ validate_demarshal_s(void *data, struct wl_object *object, const char *s)
|
||||||
uint32_t *msg = data;
|
uint32_t *msg = data;
|
||||||
|
|
||||||
assert(object->id = msg[0]);
|
assert(object->id = msg[0]);
|
||||||
fprintf(stderr, "s = %s\n", s);
|
|
||||||
assert(strcmp(s, "superdude") == 0);
|
assert(strcmp(s, "superdude") == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue