tests: Fix tests for VALUES declaration in compiler.pure.lisp
commitfec763db4f9b0533c34136f9869b4e04d3ed29d1
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sat, 4 Mar 2017 15:54:56 +0000 (4 16:54 +0100)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sat, 4 Mar 2017 15:55:21 +0000 (4 16:55 +0100)
treea3164c9bac73c6673f75f96caadde4b1f186e392
parent90c903a3459d88bacf10c2b2e5a2c1356db189c7
tests: Fix tests for VALUES declaration in compiler.pure.lisp

The test asserted that the VALUES declaration was accepted in LET*
forms, which had become false with commit
498e00334f2b1ba87c3edd557bbce4247977a11d without anyone
noticing (because the test was pretty weak).

The tests

  (compile let* declare values)
  (compile lambda declare values)

now reflect the current situation correctly: the VALUES declaration is
accepted in LAMBDA forms, but not in LET* forms.
tests/compiler.pure.lisp