test backtrace-interrupted-condition-wait works on Darwin/x86-64
[sbcl.git] / tests / walk.impure.lisp
index 2045fa0..ce41e62 100644 (file)
@@ -32,7 +32,8 @@
 (defun string-modulo-tabspace (s)
   (remove-if (lambda (c)
                (or (char= c #\space)
-                   (char= c #\tab)))
+                   (char= c #\tab)
+                   (char= c #\newline)))
              s))
 (defun string=-modulo-tabspace (x y)
   (string= (string-modulo-tabspace x)