change using package for roswell-test package

This commit is contained in:
SANO Masatoshi 2017-02-17 03:02:00 +09:00
parent a2f4cd1006
commit 47eb67bc76

View file

@ -1,7 +1,8 @@
(in-package :cl-user)
(defpackage roswell-test
(:use :cl
:ros
:roswell
:roswell.util
:prove)
(:shadowing-import-from :ros :run))
(in-package :roswell-test)