Prefix unused lexical variable in test with _
ci/woodpecker/push/woodpecker Pipeline failed Details

WIP-cache
Hugo Thunnissen 9 months ago
parent b1085763df
commit 6b832b521b

@ -71,7 +71,7 @@
;; attempt to iterate over an empty queue
(let ((have-iterated nil))
(phpinspect-doqueue (thing (phpinspect-make-queue))
(phpinspect-doqueue (_thing (phpinspect-make-queue))
(setq have-iterated t))
(should-not have-iterated)))

Loading…
Cancel
Save