mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04: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;
|
||||
|
||||
assert(object->id = msg[0]);
|
||||
fprintf(stderr, "s = %s\n", s);
|
||||
assert(strcmp(s, "superdude") == 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue