Remove the lexical environment variable from assert-expands.
commitbe2c814798be4ec3b604e68b5a2fe65082369acd
authorThomas M. Hermann <thomas.m.hermann@odonata-research.com>
Sat, 21 Apr 2012 19:58:54 +0000 (21 14:58 -0500)
committerThomas M. Hermann <thomas.m.hermann@odonata-research.com>
Sat, 21 Apr 2012 19:58:54 +0000 (21 14:58 -0500)
treee6ba7d60c1555479e3aeb7ac179487b64ff7c037
parentd5c293dd18c7aa2c701d3870e20742de2b7172ee
Remove the lexical environment variable from assert-expands.

Could not figure out a way to make this work on both LispWorks and SBCL.
It wasn't even clear that it was being handled correctly, anyway. In the
process, it was found the EQUAL was being used to compare the expansion
and the expected expansion. This should be replaced with the
expansion-equal function so that GENSYMS are handled correctly,
for example.
internal-test/fundamental-assertions.lisp
lisp-unit.lisp