summaryrefslogtreecommitdiff
path: root/bs/test.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bs/test.scm')
-rw-r--r--bs/test.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/bs/test.scm b/bs/test.scm
index 9152760..a45bca1 100644
--- a/bs/test.scm
+++ b/bs/test.scm
@@ -12,5 +12,6 @@
;; simple analog to clojure's `testing'
(define-syntax testing
- ((_ description ...)
- ((begin (prn description) ...))))
+ (syntax-rules ()
+ ((_ description ...)
+ ((begin (prn description) ...)))))