Fix typo in `weaks.test'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 24 Sep 2010 07:24:35 +0000 (09:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 24 Sep 2010 07:24:35 +0000 (09:24 +0200)
* test-suite/tests/weaks.test (valid?): Check for `value', not `val'.

test-suite/tests/weaks.test

index b08d2e0..0c1ebee 100644 (file)
   ;; 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))