1.0.41.56: Fix for asdf-install (launchpad bug #612998)
[sbcl.git] / contrib / sb-concurrency / tests / package.lisp
1
2 (in-package :cl-user)
3
4 (defpackage :sb-concurrency-test
5   (:use :cl :sb-thread :sb-concurrency :sb-rt))