Changes in uspace/srv/net/tcp/test/rqueue.c [d14840d:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test/rqueue.c
rd14840d rb7fd2a0 59 59 PCUT_TEST_BEFORE 60 60 { 61 int rc;61 errno_t rc; 62 62 63 63 /* We will be calling functions that perform logging */ 64 64 rc = log_init("test-tcp"); 65 PCUT_ASSERT_ INT_EQUALS(EOK, rc);65 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.