sb-introspect: source locations for structure copiers
[sbcl.git] / tests / threads.pure.lisp
index 26c70f1..983ace8 100644 (file)
@@ -53,7 +53,7 @@
 
 (with-test (:name without-interrupts+condition-wait
             :fails-on :sb-lutex
-           :skipped-on '(not :sb-thread))
+            :skipped-on '(not :sb-thread))
   (let* ((lock (make-mutex))
          (queue (make-waitqueue))
          (thread (make-thread (lambda ()