Explorar el Código

test suite: separate package.lisp file

Anton Vodonosov hace 13 años
padre
commit
01d3c07c6e
Se han modificado 1 ficheros con 2 adiciones y 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))