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
Karsten Poeck
ansi-test
Commits
59a9a6b1
Commit
59a9a6b1
authored
Jan 11, 2005
by
pfdietz
Browse files
Fixed typo
parent
6fd8b742
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/symbol-macrolet.lsp
View file @
59a9a6b1
...
...
@@ -46,9 +46,9 @@
a b c d e)
(deftest symbol-macrolet.8
(let ((x :
ba
d))
(let ((x :
goo
d))
(declare (special x))
(let ((x :
goo
d))
(let ((x :
ba
d))
(symbol-macrolet () (declare (special x)) x)))
:good)
...
...
@@ -74,5 +74,3 @@
(signals-error (symbol-macrolet ((*pathnames* 19)) *pathnames*)
program-error)
t)
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