X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=tests%2Farithexcept.qc;h=6441f780e8ba6198f20dbf1526e38234d952a4f4;hp=10476e67fc88bbb2fa37cba2d68a9d6487f73ca3;hb=41a76ab91dc6f872b03cd64f51aba86578f330c0;hpb=bbeb2517c0bdf7477124f9a3acda0213ebe36529 diff --git a/tests/arithexcept.qc b/tests/arithexcept.qc index 10476e6..6441f78 100644 --- a/tests/arithexcept.qc +++ b/tests/arithexcept.qc @@ -1,4 +1,4 @@ -const float huge = 340282346638528859811704183484516925440; // FLT_MAX +const float huge = 340282346638528859811704183484516925440.000000; // FLT_MAX #ifdef DIVBYZERO const float a = 1.0 / 0.0;