test/package.lisp @ 1d3928ec556d

Fix typo
author Steve Losh <steve@stevelosh.com>
date Sat, 24 Oct 2020 15:55:36 -0400
parents 566c907b762a
children e9553a14c887
(defpackage :losh.test
  (:use :cl :1am :losh)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))