Skip to content
Snippets Groups Projects
Commit 54a156ea authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Cleanup test-compile-file-failure.script a bit.

parent 7276d454
No related branches found
No related tags found
No related merge requests found
(defsystem test-compile-file-failure
:components ((:file "test-compile-file-failure")))
;;; -*- Lisp -*- ;;; -*- Lisp -*-
(in-package :asdf) (def-test-system test-compile-file-failure
:components ((:file "test-compile-file-failure")))
(assert (handler-case (assert (handler-case
(let ((*compile-file-failure-behaviour* :warn)) (let ((*compile-file-failure-behaviour* :warn))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment