aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-09-21 09:15:38 -0400
committerGravatar Peter McGoron 2025-09-21 09:15:38 -0400
commitf8385d7a7c7975abb474f06bf2fbc44e264f571c (patch)
tree2327abfa78fb0f38f3180742663daff4b99e646e /lib
parentadd pretty-printer (diff)
replace with-test-assert with test-assert for better compat with SRFI-64
Diffstat (limited to 'lib')
-rw-r--r--lib/conspire.scm2
-rw-r--r--lib/conspire.sld2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/conspire.scm b/lib/conspire.scm
index d830edd..b02c9ce 100644
--- a/lib/conspire.scm
+++ b/lib/conspire.scm
@@ -332,7 +332,7 @@
(test-set! 'application (list name ...))
(test-set! 'success? (name ...))))))))
-(define-syntax with-test-assert
+(define-syntax test-assert
(syntax-rules ()
((_ name body ...)
(call-as-test name (lambda ()
diff --git a/lib/conspire.sld b/lib/conspire.sld
index 4bd9bdc..430a2a7 100644
--- a/lib/conspire.sld
+++ b/lib/conspire.sld
@@ -39,7 +39,7 @@
default-after-group default-report-group
default-test-info-dict default-test-info-dto
;; SRFI-64 style assertions
- test-application with-test-assert
+ test-application test-assert
test-equal test-eqv test-eq test-approximate
call-as-test-error with-test-error
test-skip-all