From 7039b32d518b3d5387ff9883b3270d983b756e31 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 11 Dec 2011 14:26:44 +0900 Subject: [PATCH] removing string-set! from tests so immutable string config can pass --- tests/r5rs-tests.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/r5rs-tests.scm b/tests/r5rs-tests.scm index 9673c081..0a65fdd1 100644 --- a/tests/r5rs-tests.scm +++ b/tests/r5rs-tests.scm @@ -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)))