Skip to content

Fix DEFSETF.7A

Michał Herda requested to merge mherda/ansi-test:defsetf.7a into master

Fixes #19 (closed) (or at least attempts to fix it)

We remove the redundant READ-FROM-STRING call from around EVAL in the test body. We also wrap DEFSETF in EVAL to replicate the behavior load, which means evaluating each toplevel form in turn.

Merge request reports