summaryrefslogtreecommitdiff
path: root/tests/heredoc.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/heredoc.scm')
-rw-r--r--tests/heredoc.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/heredoc.scm b/tests/heredoc.scm
index 3c0fb7b..e368119 100644
--- a/tests/heredoc.scm
+++ b/tests/heredoc.scm
@@ -221,8 +221,8 @@ exit $ret
(non-quote-chars?
'(#\a #\")))))
-(define (test-heredoc-reader)
- (t:test-group "heredoc-reader"
+(define (test-reader)
+ (t:test-group "reader"
(t:test-equal ""
#""
""#)
@@ -322,7 +322,7 @@ fi
test-maximum-indentation
test-trim-indentation
test-non-quote-chars?
- test-heredoc-reader))
+ test-reader))
(define (main)
(t:test-begin "heredoc")