Browse Source

test suite: separate package.lisp file

Anton Vodonosov 13 years ago
parent
commit
01d3c07c6e
1 changed files with 2 additions and 2 deletions
  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))