Fix a test-case in threads.impure.lisp on -sb-thread.
authorStas Boukarev <stassats@gmail.com>
Sun, 3 Mar 2013 11:09:40 +0000 (15:09 +0400)
committerStas Boukarev <stassats@gmail.com>
Sun, 3 Mar 2013 11:09:40 +0000 (15:09 +0400)
commite241757954fbb4ef0d7b97597d65bfc31dbd60ba
treedde20f67503974d2d0b09d2c35e104bd4c93e2b4
parent403f36a8d3521add954f6bd8795ecfc39e69f465
Fix a test-case in threads.impure.lisp on -sb-thread.

A test was using make-thread without ensuring that sb-thread is enabled.

Fixes lp#1141795
tests/threads.impure.lisp