projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a447ff
)
Fix VECTOR-8B->HEXADECIMAL/UPPERCASE test.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 5 Jul 2015 17:41:11 +0000
(17:41 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 5 Jul 2015 17:41:11 +0000
(17:41 +0000)
tests/runtime/test-string.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-string.scm
b/tests/runtime/test-string.scm
index 7c04b3b459914273b419c9d3e09bafd1edacc827..0ae32445d80ea3f2592633138f8e5e3094758a83 100644
(file)
--- a/
tests/runtime/test-string.scm
+++ b/
tests/runtime/test-string.scm
@@
-93,7
+93,7
@@
USA.
(define-test 'VECTOR-8B->HEXADECIMAL/UPPERCASE
(lambda ()
- (assert-equal (allbytes:
low
er)
+ (assert-equal (allbytes:
upp
er)
(string-upcase (vector-8b->hexadecimal (allbytes))))))
(define-test 'VECTOR-8B->HEXADECIMAL->VECTOR-8B