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

Disable testing with the no-longer-supported sbcl backend.

parent 3b7d8d1e
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
(deftest test-inferior-shell () (deftest test-inferior-shell ()
(let ((*backend* :auto)) (let ((*backend* :auto))
(do-test-inferior-shell)) (do-test-inferior-shell))
#+(and sbcl sb-thread unix) #|#+(and sbcl sb-thread unix)
(let ((*backend* :sbcl)) (let ((*backend* :sbcl))
(do-test-inferior-shell))) (do-test-inferior-shell))|#)
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