summaryrefslogtreecommitdiffstats
path: root/srfi
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2021-10-17 12:15:02 +0300
committerGravatar Arvydas Silanskas 2021-10-17 12:15:02 +0300
commit152f1654928fb0673de1fec30418712faf3415bf (patch)
tree8c12caae8f8faa2912c3d30cbd91003c46022890 /srfi
parentwork (diff)
fix 'remove' test
Diffstat (limited to '')
-rw-r--r--srfi-225-test.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225-test.scm b/srfi-225-test.scm
index dd4b8ca..9de1e7b 100644
--- a/srfi-225-test.scm
+++ b/srfi-225-test.scm
@@ -475,7 +475,7 @@
(equal? value 'b))
dict-original))
(test-equal '((c . d)) (dict->alist dtd d))
- (test-equal 'd (dict-ref dtd dict-original 'c)))
+ (test-equal 'b (dict-ref dtd dict-original 'a)))
(unless mutable?
(test-skip 1))
02-12-20 07:26:18 +0000'>2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab