Explorar o código

test suite: separate package.lisp file

Anton Vodonosov %!s(int64=13) %!d(string=hai) anos
pai
achega
01d3c07c6e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test/package.lisp

+ 2 - 2
test/package.lisp

@@ -1,6 +1,6 @@
 (defpackage trivial-gray-streams-test 
-  (:use :cl :trivial-gray-streams)
-  (:shadow :method)
+  (:use :cl #:trivial-gray-streams)
+  (:shadow #:method)
   (:export #:run-tests
            #:failed-test-names))