From 0716ff8a03e0d5774ede76088148217e23861279 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 28 Jun 2014 20:21:02 +0900 Subject: [PATCH] unlock a string test --- t/r7rs-tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/r7rs-tests.scm b/t/r7rs-tests.scm index 6a101cef..d89afd12 100644 --- a/t/r7rs-tests.scm +++ b/t/r7rs-tests.scm @@ -1151,7 +1151,7 @@ ;; (string-set! s 1 #\x1F700) ;; s)) -#;(test #t (string=? "" "")) +(test #t (string=? "" "")) (test #t (string=? "abc" "abc" "abc")) (test #f (string=? "" "abc")) (test #f (string=? "abc" "aBc"))