minor fix to alien.impure.lisp test
[sbcl.git] / tests / alien.impure.lisp
index cf708ef..fe5c18e 100644 (file)
                                            "execv"))
                     (values (alien-funcall sys-execv1 program argv)))))
     (compiler-note (n)
-      (error n))))
+      (error "bad note: ~A" n))))
 
 (with-test (:name :bug-721087)
   (assert (typep nil '(alien c-string)))