We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219d5ff commit f5ca35eCopy full SHA for f5ca35e
tests/utiltest.cpp
@@ -464,7 +464,7 @@ static int t_eidcvt()
464
assert(rop_util_make_eid(2, gc) == eid);
465
assert(rop_util_make_eid_ex(2, 0x1fffe) == eid);
466
467
- XID xid{GUID_NULL, 0x8877665544332211ULL};
+ XID xid{GUID_NULL, rop_util_make_eid_ex(1, 0x8877665544332211ULL)};
468
assert(memcmp(xid.local_id, "\x66\x55\x44\x33\x22\x11", 6) == 0);
469
return EXIT_SUCCESS;
470
}
0 commit comments