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=28828f40eb8ea7e10e35aa1e83ebf37449350c08 The branch, master has been updated via 28828f40eb8ea7e10e35aa1e83ebf37449350c08 (commit) from cedf24d8bda2439fa0b6de74a6fa4b8105d96004 (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 28828f40eb8ea7e10e35aa1e83ebf37449350c08 Author: Ludovic Courtès <[email protected]> Date: Wed Mar 31 14:54:43 2010 +0200 Move another GOOPS-less test at the beginning. * test-suite/tests/eval.test ("promises")["extended promise behaviour"]("implicit forcing is not supported"): Move... * test-suite/tests/00-initial-env.test ("goopsless"): ... here. ----------------------------------------------------------------------- Summary of changes: test-suite/tests/00-initial-env.test | 6 +++++- test-suite/tests/eval.test | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test-suite/tests/00-initial-env.test b/test-suite/tests/00-initial-env.test index 66d960f..3b3fe3a 100644 --- a/test-suite/tests/00-initial-env.test +++ b/test-suite/tests/00-initial-env.test @@ -41,4 +41,8 @@ (pass-if-exception "2nd argument bool" exception:wrong-type-arg - (+ 1 #f)))) + (+ 1 #f)) + + (pass-if-exception "implicit forcing is not supported" + exception:wrong-type-arg + (+ (delay (* 3 7)) 13)))) diff --git a/test-suite/tests/eval.test b/test-suite/tests/eval.test index fd5d750..8c06522 100644 --- a/test-suite/tests/eval.test +++ b/test-suite/tests/eval.test @@ -302,10 +302,6 @@ exception:wrong-type-arg (force 1)) - (pass-if-exception "implicit forcing is not supported" - exception:wrong-type-arg - (+ (delay (* 3 7)) 13)) - (pass-if "unmemoizing a promise" (display-backtrace (let ((stack #f)) hooks/post-receive -- GNU Guile
