1.0.11.35: fixed bug 417
[sbcl.git] / tests / compiler.impure.lisp
index 9431e70..fa098af 100644 (file)
            (quux)))))
 (assert (equal '(1 2 3) (wpo-multiple-call-local)))
 
+;;; bug 417: toplevel NIL confusing source path logic
+(handler-case
+    (delete-file (compile-file "bug-417.lisp"))
+  (sb-ext:code-deletion-note (e)
+    (error e)))
+
 ;;; success