Skip to content
Snippets Groups Projects
Commit 59a9a6b1 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo

parent 6fd8b742
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@
a b c d e)
(deftest symbol-macrolet.8
(let ((x :bad))
(let ((x :good))
(declare (special x))
(let ((x :good))
(let ((x :bad))
(symbol-macrolet () (declare (special x)) x)))
:good)
......@@ -74,5 +74,3 @@
(signals-error (symbol-macrolet ((*pathnames* 19)) *pathnames*)
program-error)
t)
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