Skip to content

Commit

Permalink
Fix do-refs.impure/:walk-slots-fdefn.
Browse files Browse the repository at this point in the history
A missing #-
  • Loading branch information
stassats committed May 10, 2018
1 parent 795f1d0 commit b600a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/do-refs.impure.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
(symbolp (first slots))
(closurep (second slots))
(code-component-p (third slots)))
#-immobile-code
(and (= (length slots) 2)
(symbolp (first slots))
(closurep (second slots))))))
Expand Down

0 comments on commit b600a92

Please sign in to comment.