Remove nconcq! test
The macro was removed some time ago.
This commit is contained in:
parent
5837155df5
commit
18b0210e5b
1 changed files with 0 additions and 6 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue