diff --git a/tests/math_test.cpp b/tests/math_test.cpp index 8e0abdbb8..458a1468d 100644 --- a/tests/math_test.cpp +++ b/tests/math_test.cpp @@ -37,7 +37,7 @@ double double_subnormal() { double d; uint64_t i; } u; - u.i = 0x000fffffffffffffL; + u.i = 0x000fffffffffffffLL; return u.d; }