This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL323081: Fix unrepresentable float value in ScalarTest
(authored by teemperor, committed by ).
Herald added a subscriber: l
teemperor created this revision.
teemperor added a reviewer: uweigand.
float can't represent the given value in the literal, so we get this UB error:
`runtime error: 1.23457e+48 is outside the range of representable values of
type 'float'`. The test seems to not rely on this specific value, so l