tests: shim style-warning that s is not used in a body

(By adding usage, which won't be optimized away).
This commit is contained in:
Daniel Kochmański 2017-01-20 09:34:53 +01:00
parent f956849fc1
commit 7a00e99423

View file

@ -239,4 +239,5 @@
(lambda ()
(dolist (s '("foo" "bar" "baz") s)
(declare (type string s))
(check-type s string)))))))
(check-type s string)
(format nil "~s" s)))))))