guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-12-66-g3b


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-66-g3b60001
Date: Fri, 24 Sep 2010 07:24:50 +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=3b60001f1ed74050461ee485ccc0e477c2ea30ae

The branch, master has been updated
       via  3b60001f1ed74050461ee485ccc0e477c2ea30ae (commit)
      from  3fa882203aefb68c00ebd28ca8b9ed6988e7a1ad (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 3b60001f1ed74050461ee485ccc0e477c2ea30ae
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 24 09:24:35 2010 +0200

    Fix typo in `weaks.test'.
    
    * test-suite/tests/weaks.test (valid?): Check for `value', not `val'.

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

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

diff --git a/test-suite/tests/weaks.test b/test-suite/tests/weaks.test
index b08d2e0..0c1ebee 100644
--- a/test-suite/tests/weaks.test
+++ b/test-suite/tests/weaks.test
@@ -136,7 +136,7 @@
   ;; INITIAL-VALUE.  The idea is to make sure `hash-ref' doesn't return
   ;; garbage.
   (or (not value)
-      (equal? val initial-value)))
+      (equal? value initial-value)))
 
  (let ((x (make-weak-key-alist-vector 17))
       (y (make-weak-value-alist-vector 17))


hooks/post-receive
-- 
GNU Guile



reply via email to

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