mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
change using package for roswell-test package
This commit is contained in:
parent
a2f4cd1006
commit
47eb67bc76
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue