Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
f5011697
Commit
f5011697
authored
Jan 22, 2003
by
pfdietz
Browse files
Moved a defconstant to ansi-aux.lsp from packages-10.lsp to avoid compiler warnings.
parent
8ea11d00
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansi-tests/ansi-aux.lsp
View file @
f5011697
...
...
@@ -991,6 +991,8 @@ the condition to go uncaught if it cannot be classified."
(unuse-package package using-package)))
(delete-package package))))
(defconstant +fail-count-limit+ 20)
(defmacro test-with-package-iterator (package-list-expr &rest symbol-types)
"Build an expression that tests the with-package-iterator form."
(let ((name (gensym))
...
...
ansi-tests/packages-10.lsp
View file @
f5011697
...
...
@@ -9,8 +9,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; with-package-iterator
(defconstant +fail-count-limit+ 20)
(deftest with-package-iterator-1
(with-package-iterator-internal (list (find-package "COMMON-LISP-USER")))
t)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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