From: Bruno Haible Date: Sat, 10 Mar 2012 18:11:48 +0000 (+0100) Subject: log tests: Add a comment. X-Git-Tag: v0.1~874 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f0a69e44056aec6cbe3923a205153c25ac27b910;p=gnulib.git log tests: Add a comment. --- diff --git a/tests/test-log.h b/tests/test-log.h index 32b596ebc..65ae83364 100644 --- a/tests/test-log.h +++ b/tests/test-log.h @@ -29,6 +29,7 @@ test_function (void) * (DOUBLE) (1U << ((MANT_DIG - 1 + 3) / 5)) * (DOUBLE) (1U << ((MANT_DIG - 1 + 4) / 5)); + /* Pole. */ { DOUBLE z = LOG (L_(0.0)); ASSERT (z == - HUGEVAL);