aboutsummaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:21:16 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:21:16 +0200
commit8517a196f4110376ce769611594cd8692f72dc7c (patch)
treed6bf928850ffee9372d86a4587cc0bf6036b8521 /tests/test
parentLimit imports in (srfi srfi-41 util). (diff)
downloadcalp-8517a196f4110376ce769611594cd8692f72dc7c.tar.gz
calp-8517a196f4110376ce769611594cd8692f72dc7c.tar.xz
Remove ->str and ->quoted-string.
->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/util.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test/util.scm b/tests/test/util.scm
index e6b0c214..1de96a37 100644
--- a/tests/test/util.scm
+++ b/tests/test/util.scm
@@ -226,10 +226,6 @@
(test-equal "5" (->string "5"))
-(test-equal "5" (->quoted-string 5))
-
-(test-equal "\"5\"" (->quoted-string "5"))
-
(test-equal
"no slashes"
"home/user"