Fri Dec 26 19:56:47 CST 2008  Stephen Compall <scompall@nocandysw.com>
  * Use deftestsuite-style slot spec, as LIFT no longer supports defclass-style
diff -rN -u old-bordeaux-threads/test/bordeaux-threads-test.lisp new-bordeaux-threads/test/bordeaux-threads-test.lisp
--- old-bordeaux-threads/test/bordeaux-threads-test.lisp	2008-12-27 20:33:32.000000000 -0600
+++ new-bordeaux-threads/test/bordeaux-threads-test.lisp	2008-12-27 20:33:32.000000000 -0600
@@ -11,7 +11,7 @@
 (in-package #:bordeaux-threads-test)
 
 (deftestsuite test-bordeaux-threads ()
-  ((lock :initform (make-lock))))
+  ((lock (make-lock))))
 
 (addtest should-have-current-thread
   (ensure (current-thread)))

