[builtins][test] Fix divmodti4_test.c on Windows
authorArthur Eubanks <aeubanks@google.com>
Fri, 24 Mar 2023 02:08:53 +0000 (19:08 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 24 Mar 2023 02:08:59 +0000 (19:08 -0700)
commitccd96b3e03e18653e909852bfef105fc10782acb
treecefc53b0285a2933261721376eaf2d1862b2b383
parent24847a90aaf5842041a2cfa977a4167997307b50
[builtins][test] Fix divmodti4_test.c on Windows

By making the 64 bit integer literals unsigned. Otherwise some of them
are unexpectedly sign extended (and the compiler rightly diagnosed this
with warnings)

Initially added in D80506.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D146667
compiler-rt/test/builtins/Unit/divmodti4_test.c