Remove nconcq! test

The macro was removed some time ago.
This commit is contained in:
Henrik Lissner 2020-01-29 01:51:37 -05:00
parent 5837155df5
commit 18b0210e5b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -101,12 +101,6 @@
(expect (appendq! list '(d e f))
:to-equal '(a b c d e f)))))
(describe "nconcq!"
(it "nconc's a list to a list symbol"
(let ((list '(a b c)))
(expect (nconcq! list '(d e f))
:to-equal '(a b c d e f)))))
(describe "delq!"
(it "delete's a symbol from a list"
(let ((list '(a b c)))