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. v2.1.0-31-g2c84211


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-31-g2c84211
Date: Wed, 15 Feb 2012 22:40:51 +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=2c84211e6317dacddfbda979ea67683e1d8fbdb4

The branch, master has been updated
       via  2c84211e6317dacddfbda979ea67683e1d8fbdb4 (commit)
      from  2988685d847a46ab1b3adeb4edfe17982a0643fc (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 2c84211e6317dacddfbda979ea67683e1d8fbdb4
Author: Andy Wingo <address@hidden>
Date:   Wed Feb 15 23:40:42 2012 +0100

    remove deprecated features test
    
    * test-suite/tests/procprop.test ("procedure-arity"): Remove a test of
      deprecated features.

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

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

diff --git a/test-suite/tests/procprop.test b/test-suite/tests/procprop.test
index ceb6e56..9407791 100644
--- a/test-suite/tests/procprop.test
+++ b/test-suite/tests/procprop.test
@@ -72,10 +72,4 @@
   (pass-if "opt, eval"
     (equal? (procedure-minimum-arity (eval '(lambda* (a b #:optional c) #t)
                                            (current-module)))
-            '(2 1 #f)))
-
-  (if (include-deprecated-features)
-      (pass-if-exception "set-procedure-properties! arity"
-        '(misc-error . "arity is a read-only property")
-        (set-procedure-properties! (lambda x x) '((arity . 3))))
-      #t))
+            '(2 1 #f))))


hooks/post-receive
-- 
GNU Guile



reply via email to

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