Skip to content
Snippets Groups Projects
Commit 5bd63e76 authored by Robert Goldman's avatar Robert Goldman
Browse files

Test case for launchpad bug 1445638.

This test case is commented out with #+NIL because we don't have a fix
yet.  See https://bugs.launchpad.net/asdf/+bug/1445638
parent 3a69c0a7
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,10 @@ ...@@ -28,3 +28,10 @@
:components ((:file "file3"))) :components ((:file "file3")))
(signals asdf::formatted-system-definition-error (make :test-defsystem-depends-on-3)) (signals asdf::formatted-system-definition-error (make :test-defsystem-depends-on-3))
(defparameter *newsym* (gentemp (symbol-name 'feature) :keyword))
;;; FIXME: the following form triggers bug https://bugs.launchpad.net/asdf/+bug/1445638
#+nil
(eval `(def-test-system test-defsystem-depends-on-4
:defsystem-depends-on ((:feature ,*newsym* "test-defsystem-depends-on-3"))))
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