diff options
author | colin <colin@cicadas.surf> | 2024-04-19 07:22:03 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-04-19 07:22:03 -0700 |
commit | 7adc21d1565e575a80c56dc61e7f119a6cde6e12 (patch) | |
tree | c2dbf5031dd322d1268f96e947718e3924619203 /src | |
parent | 29e4729d30b6b06881443b009589c0b87079631a (diff) |
Remove: legacy testiere
Diffstat (limited to 'src')
-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)) |