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=7af706e36ee5c866edc5c0749cf0f49d7531bba0 The branch, stable-2.0 has been updated via 7af706e36ee5c866edc5c0749cf0f49d7531bba0 (commit) from 63d869e74c183faf8e73c73908ef912fdb20198e (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 7af706e36ee5c866edc5c0749cf0f49d7531bba0 Author: Mark H Weaver <[email protected]> Date: Sun Jan 12 07:47:00 2014 -0500 Fix 'exact-integer?' comment in numbers.test. * test-suite/tests/numbers.test: Fix 'exact-integer?' comment. ----------------------------------------------------------------------- Summary of changes: test-suite/tests/numbers.test | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test-suite/tests/numbers.test b/test-suite/tests/numbers.test index e91bc52..847f939 100644 --- a/test-suite/tests/numbers.test +++ b/test-suite/tests/numbers.test @@ -1808,7 +1808,7 @@ (pass-if (not (integer? (current-input-port))))) ;;; -;;; integer? +;;; exact-integer? ;;; (with-test-prefix "exact-integer?" hooks/post-receive -- GNU Guile
