diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-21 10:32:06 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-21 10:32:06 -0400 |
| commit | 7746a80e2ab829f16fa328562ec6e5664beb624f (patch) | |
| tree | 7f99a25c5b102873c489a61e4d3e2f8c48ef1770 /tests/connection-test.c | |
| parent | event-loop: Use two-step destruction of event loop sources. (diff) | |
| download | wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.tar wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.tar.gz wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.tar.bz2 wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.tar.lz wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.tar.xz wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.tar.zst wayland-7746a80e2ab829f16fa328562ec6e5664beb624f.zip | |
tests: Remove debug printf
Diffstat (limited to 'tests/connection-test.c')
| -rw-r--r-- | tests/connection-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c index d94544c..4c16822 100644 --- a/tests/connection-test.c +++ b/tests/connection-test.c @@ -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); } |
