Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/test/rqueue.c

    rd5c1051 rd14840d  
    6363        /* We will be calling functions that perform logging */
    6464        rc = log_init("test-tcp");
    65         PCUT_ASSERT_ERRNO_VAL(EOK, rc);
     65        PCUT_ASSERT_INT_EQUALS(EOK, rc);
    6666}
    6767
Note: See TracChangeset for help on using the changeset viewer.