remove undefined conversions from test constantUnaryConversion.comp
authorMarius Hillenbrand <mhillen@linux.ibm.com>
Mon, 15 Nov 2021 15:31:50 +0000 (16:31 +0100)
committerGreg Fischer <greg@lunarg.com>
Mon, 15 Nov 2021 21:01:15 +0000 (14:01 -0700)
commitd13f81510f73bc33f53ea6228debd9a1f0862770
tree04e05029813e24f30435433fc149c7857b80a4b9
parent0d85595e3388237368bc312b64dd95b59d31c3d3
remove undefined conversions from test constantUnaryConversion.comp

Remove remaining conversions from negative float64_t to unsigned
integers, which are undefined behavior.

As a result, this test will also succeed on platforms that implement
those conversions differently than x86. That addresses one of the issues
in #2815.
Test/baseResults/constantUnaryConversion.comp.out
Test/constantUnaryConversion.comp