diff options
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/package.lisp b/src/package.lisp index bbeb7d4..ce58b63 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,17 +1,13 @@ ;;;; package.lisp (defpackage #:testiere - (:use #:cl #:testiere.legacy) + (:use #:cl) (:import-from #:trivia #:ematch) (:export #:on #:off #:register-hook - #:run-suites - ;; legacy - #:defun/t - #:with-stub - #:with-stubs)) + #:run-suites)) |