mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 08:57:33 +02:00
removing string-set! from tests so immutable string config can pass
This commit is contained in:
parent
5b64ba5a9c
commit
7039b32d51
1 changed files with 0 additions and 2 deletions
|
@ -374,8 +374,6 @@
|
|||
|
||||
(test #\c (string-ref "abc" 2))
|
||||
|
||||
(test "axc" (let ((s (string #\a #\b #\c))) (string-set! s 1 #\x) s))
|
||||
|
||||
(test #t (string=? "a" (string #\a)))
|
||||
|
||||
(test #f (string=? "a" (string #\b)))
|
||||
|
|
Loading…
Add table
Reference in a new issue