package-test.lisp @ 5962c575282f

Make all the arrows in comments consistent
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Apr 2016 15:26:29 +0000
parents e29b793a6e91
children f3ed7ce70f3b
(defpackage #:bones-test
  (:use #:cl
        #:5am
        #:bones))

(defpackage #:bones-test.paip
  (:use #:cl
        #:5am
        #:bones.quickutils
        #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))