diff options
author | Ludovic Courtès | 2009-01-07 01:36:47 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-01-07 01:36:47 +0100 |
commit | 3e48969ab89f83a36c66753a28a0f36119625547 (patch) | |
tree | 1419fc3b45acafb5c432a92fe4d47f4c055c0c5e /src/guile/srfi/srfi-64.scm | |
parent | 9470677fcce578206c527db4a0d372abe4b1080d (diff) | |
download | skribilo-3e48969ab89f83a36c66753a28a0f36119625547.tar.gz skribilo-3e48969ab89f83a36c66753a28a0f36119625547.tar.lz skribilo-3e48969ab89f83a36c66753a28a0f36119625547.zip |
Fix SRFI-64 to allow the use of `test-assert'.
Diffstat (limited to 'src/guile/srfi/srfi-64.scm')
-rw-r--r-- | src/guile/srfi/srfi-64.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/srfi/srfi-64.scm b/src/guile/srfi/srfi-64.scm index 56a99a4..3a41b03 100644 --- a/src/guile/srfi/srfi-64.scm +++ b/src/guile/srfi/srfi-64.scm @@ -3,7 +3,7 @@ ;; referred to by the expanded macros. %test-begin %test-comp2 %test-comp2body %test-on-test-begin %test-evaluate-with-catch %test-on-test-end %test-report-result - %test-end + %test-end %test-comp1body test-begin ;; must be listed first, since in Kawa (at least) it is "magic". test-end test-assert test-eqv test-eq test-equal |