mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-24 03:57:23 +00:00
Removed debug printf
This commit is contained in:
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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user