mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 16:19:20 +02:00
Removed debug printf
This commit is contained in:
parent
72f8326077
commit
432974300f
5
test.c
5
test.c
|
@ -126,16 +126,11 @@ test_readname()
|
|||
rv = readname(emptyloop, &data, buf, 1023);
|
||||
assert(buf[1023] == 'A');
|
||||
|
||||
|
||||
bzero(buf, sizeof(buf));
|
||||
data = infloop + sizeof(HEADER);
|
||||
|
||||
buf[4] = '\a';
|
||||
rv = readname(infloop, &data, buf, 4);
|
||||
printf("%s\n", buf);
|
||||
assert(buf[4] == '\a');
|
||||
|
||||
|
||||
|
||||
printf("OK\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue