tests/dynamic-extent.impure.lisp: One of the dx-vector test terms was misplaced.
authorAlastair Bridgewater <nyef@lain.lisphacker.com>
Thu, 25 Apr 2013 19:02:12 +0000 (15:02 -0400)
committerAlastair Bridgewater <nyef@lain.lisphacker.com>
Wed, 1 May 2013 20:23:28 +0000 (16:23 -0400)
commita5fbc248b7513f19a31e58a591a27868f30354ef
treea574344674bd068e509d138e0d0f4b68552e9ff5
parenta5b844b680721c3cbe8fb1c1e19eb4e47579e07b
tests/dynamic-extent.impure.lisp: One of the dx-vector test terms was misplaced.

  * MAKE-ARRAY-ON-STACK-1 tries to create a specialized vector,
but was being called from a test that only claims to handle
vectors suitable for a precisely-scavenged control stack.

  * Fix, by moving the call to the next test, which is for
specialized vectors (and thus only runs on conservative-stack
systems).
tests/dynamic-extent.impure.lisp