commit | baf2c09f3f47a35b195eb83cc7acffeaf4b6d4e9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 13 04:20:43 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 13 04:20:43 2013 +0000 |
tree | 215ba2dfc40261cbe16e229b3276d3441a2d9f6d | |
parent | 59aeff94178e03c908791695f6dd4c9bd8c7115b [diff] | |
parent | 5227663d2ffd70dc32f03a7a5b103ef0d3fc0584 [diff] |
Merge "Put the right number of Ls after 64-bit constants."
diff --git a/tests/math_test.cpp b/tests/math_test.cpp index 8e0abdb..458a146 100644 --- a/tests/math_test.cpp +++ b/tests/math_test.cpp
@@ -37,7 +37,7 @@ double d; uint64_t i; } u; - u.i = 0x000fffffffffffffL; + u.i = 0x000fffffffffffffLL; return u.d; }