Skip to content

Commit

Permalink
renamed #p"test/" -> #p"t/".
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jun 11, 2011
1 parent d5449fa commit 73c2934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cl-locale-test.asd
Expand Up @@ -6,8 +6,8 @@
(in-package :cl-locale-test-asd)

(defsystem cl-locale-test
:depends-on (:cl-locale :cl-test-more)
:components ((:module "test"
:serial t
:depends-on (:cl-locale
:cl-test-more)
:components ((:module "t"
:components
((:file "locale")))))
File renamed without changes.
File renamed without changes.

0 comments on commit 73c2934

Please sign in to comment.