Use AMOP representation of canonicalized default initargs for conditions
[sbcl.git] / tests / test-util.lisp
index 20b2c54..d6246bf 100644 (file)
@@ -39,7 +39,7 @@
 (defmacro with-test ((&key fails-on broken-on skipped-on name)
                      &body body)
   (let ((block-name (gensym))
-        (threads    (gensym "THREADS")))
+        #+sb-thread (threads (gensym "THREADS")))
     `(progn
        (start-test)
        (cond