The expected number for the max ptrdiff value was expected to be exactly
4294967296 (232) for 32 bit systems, when it should be
4294967295 (232 - 1). This also adds a second test to check for this
case on non-32 bit systems.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo