Change-Id: I1e8b50620baf5599528dc77f3e07aeec1a82c1e4
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
const LargestIntegralType expected)
{
const sd_id128_t *act = (const sd_id128_t *)cast_to_pointer_integral_type(actual);
- const sd_id128_t *exp = (const sd_id128_t *)cast_to_pointer_integral_type(actual);
+ const sd_id128_t *exp = (const sd_id128_t *)cast_to_pointer_integral_type(expected);
if (uuid_cmp(act, exp))
return 1;
-
fprintf(stderr, SD_ID128_FORMAT_STR " != " SD_ID128_FORMAT_STR "\n",
SD_ID128_FORMAT_VAL(*act),
SD_ID128_FORMAT_VAL(*exp));