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.2-71-g73df2c


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-71-g73df2c3
Date: Thu, 08 Sep 2011 22:41:54 +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=73df2c37424e89956df6c0e9a7d777b477423a93

The branch, stable-2.0 has been updated
       via  73df2c37424e89956df6c0e9a7d777b477423a93 (commit)
      from  cf14f3011bdb32c303ec1937a245269c100abe95 (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 73df2c37424e89956df6c0e9a7d777b477423a93
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 9 00:41:48 2011 +0200

    Remove unused macro in `tree-il.test'.
    
    * test-suite/tests/tree-il.test (assert-scheme->glil): Remove.

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

Summary of changes:
 test-suite/tests/tree-il.test |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/test-suite/tests/tree-il.test b/test-suite/tests/tree-il.test
index fd9ef20..ab42215 100644
--- a/test-suite/tests/tree-il.test
+++ b/test-suite/tests/tree-il.test
@@ -34,15 +34,6 @@
   (post-order! (lambda (x) (set! (tree-il-src x) #f))
                x))
 
-(define-syntax assert-scheme->glil
-  (syntax-rules ()
-    ((_ in out)
-     (let ((tree-il (strip-source
-                     (compile 'in #:from 'scheme #:to 'tree-il))))
-       (pass-if 'in
-                (equal? (unparse-glil (compile tree-il #:from 'tree-il #:to 
'glil))
-                        'out))))))
-
 (define-syntax assert-tree-il->glil
   (syntax-rules (with-partial-evaluation without-partial-evaluation
                  with-options)


hooks/post-receive
-- 
GNU Guile



reply via email to

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