Skip to content
Snippets Groups Projects
Commit bdc30272 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Declare clisp as failing on logical-pathname-test

parent f1eebc19
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
(translate-logical-pathname "ASDF:test;test-logical-pathname.lisp")
(translate-logical-pathname "ASDF:test;test-logical-pathname.fasl"))
#+(or gcl xcl) (leave-test "This implementation doesn't do Logical pathnames well enough" 0)
#+(or clisp gcl xcl) (leave-test "This implementation doesn't do Logical pathnames well enough" 0)
(DBG "Test logical pathnames in central registry")
(setf *central-registry* '(#p"ASDF:test;"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment