feat: 9.5.9
This commit is contained in:
parent
cb1753732b
commit
35f43a7909
1084 changed files with 558985 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
;;; Copyright (c) 2000-2015 Andrew W. Keep, R. Kent Dybvig
|
||||
;;; See the accompanying file Copyright for details
|
||||
|
||||
(library (tests unit-test-helpers-implementation)
|
||||
(export with-output-to-string display-condition format-error-message)
|
||||
(import (chezscheme))
|
||||
(define-syntax format-error-message
|
||||
(syntax-rules ()
|
||||
[(_ args ...) (parameterize ([print-level 3] [print-length 6]) (format args ...))])))
|
||||
Reference in a new issue