Skip to content

Commit b6c00d3

Browse files
committed
Fix test group name in 14
1 parent ee33ea5 commit b6c00d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; Copyright 2000 Olin Shivers
22
;; SPDX-License-Identifier: MIT
33

4-
(test-begin "srfi-132")
4+
(test-begin "srfi-14")
55

66
(define (vowel? c) (member c '(#\a #\e #\i #\o #\u)))
77

@@ -194,4 +194,4 @@
194194
(and (char-set= d (->char-set "0123456789"))
195195
(char-set= i (->char-set "abcdefABCDEF")))))
196196

197-
(test-end "srfi-132")
197+
(test-end "srfi-14")

0 commit comments

Comments
 (0)