Silence a warning from the test harness for unthreaded builds.
authorLutz Euler <lutz.euler@freenet.de>
Sat, 2 Mar 2013 18:52:19 +0000 (19:52 +0100)
committerLutz Euler <lutz.euler@freenet.de>
Sat, 2 Mar 2013 18:52:19 +0000 (19:52 +0100)
commita4a5e7a1bb713c5ae0390cde10e4c917a567e1a7
tree4427664145db05a600cbd5a68df6a87850767e51
parent8f78db11e772245f2e06d88b52ebc5edb5dbe957
Silence a warning from the test harness for unthreaded builds.

"The variable THREADS is defined but never used.", so, in WITH-TEST only
bind THREADS under #+SB-THREAD as all places where this variable is used
are guarded by this feature expression, too.
tests/test-util.lisp