summaryrefslogtreecommitdiffstats
path: root/dictionaries-test.scm
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-06-24 20:11:34 -0400
committerGravatar John Cowan 2021-06-24 20:11:34 -0400
commit0516084b08be36ba400995ffb88b882a5e21c0e9 (patch)
tree9d1afcbd02db02d9aa96a9c2afd61eefd77b708a /dictionaries-test.scm
parentMerge remote-tracking branch 'origin/master' (diff)
draft 1
Diffstat (limited to 'dictionaries-test.scm')
-rw-r--r--dictionaries-test.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dictionaries-test.scm b/dictionaries-test.scm
index 099229b..58252a0 100644
--- a/dictionaries-test.scm
+++ b/dictionaries-test.scm
@@ -158,7 +158,7 @@
"dict-pop!"
(define-values
(new-dict key value)
- (dict-pop! (alist->dict '((a . b) (c . d))) error))
+ (dict-pop! (alist->dict '((a . b) (c . d)))))
(test-assert
(or
(and (equal? (dict->alist new-dict) '((c . d)))