Changeset f05f413 in mainline
- Timestamp:
- 2021-11-04T16:25:46Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bad765a
- Parents:
- 1aa8c86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ddev/test/ddev.c
r1aa8c86 rf05f413 122 122 resp.rc = ENOMEM; 123 123 rc = ddev_get_gc(ddev, &gc); 124 /* async_connect_me_to() does not return specific error */ 125 PCUT_ASSERT_ERRNO_VAL(EIO, rc); 124 PCUT_ASSERT_ERRNO_VAL(ENOMEM, rc); 126 125 PCUT_ASSERT_NULL(gc); 127 126
Note:
See TracChangeset
for help on using the changeset viewer.