minor fix to alien.impure.lisp test
authorChristophe Rhodes <csr21@cantab.net>
Thu, 5 Apr 2012 15:54:56 +0000 (16:54 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 13 Apr 2012 15:17:13 +0000 (16:17 +0100)
commit3d46727f4b73a63c788c143efb1f196c153af371
treefe511c3881309a56a47c3ade783eccf20866f66d
parent625c9493a8a7b5186144d21302437cf4f4f3571c
minor fix to alien.impure.lisp test

Don't signal a compiler-note with ERROR to indicate failure; it bypasses
the handlers and aborts the entire file.  Use (error "bad note: ~A" note)
instead
tests/alien.impure.lisp