guix-commits
[Top][All Lists]
Advanced

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

10/10: tests: Avoid sequence of zero expressions.


From: Ludovic Courtès
Subject: 10/10: tests: Avoid sequence of zero expressions.
Date: Thu, 11 Jun 2015 21:33:45 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6c356414537fa8394b140b6593ce31df93e4a69d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 11 23:28:31 2015 +0200

    tests: Avoid sequence of zero expressions.
    
    * tests/records.scm ("define-record-type* with let* behavior"): Add missing
      body for clause.
---
 tests/records.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/records.scm b/tests/records.scm
index 6346c15..800ed03 100644
--- a/tests/records.scm
+++ b/tests/records.scm
@@ -56,7 +56,7 @@
     (and (match (bar (x 1) (y (+ x 1)) (z (* y 2)))
            (($ <bar> 1 2 4) #t))
          (match (bar (x 7) (z (* x 3)))
-           (($ <bar> 7 42 21)))
+           (($ <bar> 7 42 21) #t))
          (match (bar (z 21) (x (/ z 3)))
            (($ <bar> 7 42 21) #t)))))
 



reply via email to

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