dll: fuse: implementation checkpoint

This commit is contained in:
Bill Zissimopoulos
2016-06-02 13:24:44 -07:00
parent 7e1906bad5
commit 6910b67982
3 changed files with 5 additions and 19 deletions

View File

@ -312,11 +312,7 @@ void fuse_opt_parse_test(void)
ASSERT(0 == strcmp("WwWw", data.w));
ASSERT(1 == data.x);
ASSERT((long)040000000001 == data.y);
#if defined(_WIN64)
ASSERT((long long)0x100000001 == data.z);
#else
ASSERT(((long long)0x100000001 & 0xffffffff) == data.z);
#endif
ASSERT(+1234567890 == data.dec);
ASSERT(-1234567890 == data.neg);
ASSERT(0xABCDEF == data.hex);