Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/srfi/64.scm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
((%test-export . names) (if #f #f))))

(cond-expand
(srfi-9
((or srfi-9 r7rs)
(define-syntax %test-record-define
(syntax-rules ()
((%test-record-define tname alloc runner? (name index getter setter) ...)
Expand Down Expand Up @@ -522,7 +522,7 @@
((test-runner-on-test-end r) r)))

(cond-expand
(srfi-34
((or srfi-34 r7rs)
(define-syntax %test-evaluate-with-catch
(syntax-rules ()
((%test-evaluate-with-catch test-expression)
Expand Down Expand Up @@ -646,7 +646,7 @@
#t)
(else #t))
expr #f))))))
(srfi-34
((or srfi-34 r7rs)
(define-syntax %test-error
(syntax-rules ()
((%test-error r etype expr)
Expand Down