Changes in uspace/srv/net/tcp/test/rqueue.c [d5c1051:d14840d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test/rqueue.c
rd5c1051 rd14840d 63 63 /* We will be calling functions that perform logging */ 64 64 rc = log_init("test-tcp"); 65 PCUT_ASSERT_ ERRNO_VAL(EOK, rc);65 PCUT_ASSERT_INT_EQUALS(EOK, rc); 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.