guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-57-gfb210d


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-57-gfb210d8
Date: Tue, 30 Oct 2012 06:26:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=fb210d8d165ea234a72f0f4dd25239ad21f64991

The branch, stable-2.0 has been updated
       via  fb210d8d165ea234a72f0f4dd25239ad21f64991 (commit)
      from  8d5000586849d2997ffd7f88e78cab1e9aebcbbf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb210d8d165ea234a72f0f4dd25239ad21f64991
Author: Mark H Weaver <address@hidden>
Date:   Tue Oct 30 02:23:07 2012 -0400

    Test number-theoretic division by -0.0.
    
    * test-suite/tests/numbers.test ("Number-theoretic division"): Fix typo
      so that we actually test for division by -0.0.

-----------------------------------------------------------------------

Summary of changes:
 test-suite/tests/numbers.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test-suite/tests/numbers.test b/test-suite/tests/numbers.test
index a6697c9..ddbd209 100644
--- a/test-suite/tests/numbers.test
+++ b/test-suite/tests/numbers.test
@@ -4845,7 +4845,7 @@
                     (test+/- n d))))))
 
     (with-test-prefix "divide by zero"
-      (for `((0 0.0 +0.0))  ;; denominators
+      (for `((0 0.0 -0.0))  ;; denominators
            (lambda (d)
              (for `((15 ,(* 3/2 big) 18.0 33/7
                         0 0.0 -0.0 +inf.0 -inf.0 +nan.0))  ;; numerators


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]