projects
/
profile
/
ivi
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80f4f0d
)
tests: Remove debug printf
author
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 21 Mar 2012 14:32:06 +0000
(10:32 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 21 Mar 2012 14:32:06 +0000
(10:32 -0400)
tests/connection-test.c
patch
|
blob
|
history
diff --git
a/tests/connection-test.c
b/tests/connection-test.c
index
d94544c
..
4c16822
100644
(file)
--- 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);
}