aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/package.lisp8
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))