Skip to content
Snippets Groups Projects
Commit 091d46f6 authored by Robert Goldman's avatar Robert Goldman
Browse files

Disable test-deferred-warnings on Allegro 11.

This is necessary to avoid regression test failures.

This will be repaired when we fix #152.
parent bc44e8e3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
(in-package :asdf-test)
#+(and allegro-version>= (version>= 11))
(uiop:quit 0)
(enable-deferred-warnings-check)
(def-test-system :unintern-foo
......
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