-
Knut Anders Hatlen authored
The new unit test cases that test the boundaries of PERIOD_ADD and PERIOD_DIFF fail on platforms where ulong is a 32-bit integer. Fixed by replacing ulong with integer types that have the same width on all platforms, so that the functions behave the same way on all platforms. Change-Id: Ie785659e9456379f2ec21e145c8f81c43f2eb543
Knut Anders Hatlen authoredThe new unit test cases that test the boundaries of PERIOD_ADD and PERIOD_DIFF fail on platforms where ulong is a 32-bit integer. Fixed by replacing ulong with integer types that have the same width on all platforms, so that the functions behave the same way on all platforms. Change-Id: Ie785659e9456379f2ec21e145c8f81c43f2eb543
Loading