Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
5fa8d075
Commit
5fa8d075
authored
Apr 04, 2020
by
Robert Goldman
Browse files
Skip test on unsupported lisps.
parent
4a6e5340
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-package-local-nicknames.script
View file @
5fa8d075
...
...
@@ -2,6 +2,9 @@
(
in-package
:asdf-test
)
(
unless
(
uiop:featurep
:package-local-nicknames
)
(
leave-test
"This lisp implementation does not support package local nicknames"
0
))
;;; these tests for DEFINE-PACKAGE support of package-local-nicknames were adapted from
;;; the trivial-package-local-nicknames system, to test UIOP's support for package local
;;; nicknames
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment