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

Fixed bug in constantp.11 pointed out by DR

parent 693ab6d2
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
(deftest constantp.11
(macrolet ((macro-for-constantp.11 (y)
(declare (ignore y))
*standard-input*))
'*standard-input*))
(macrolet ((%m (&environment env)
(if (constantp '(macro-for-constantp.11 0) env)
:bad
......
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