mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
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:
parent
f956849fc1
commit
7a00e99423
1 changed files with 2 additions and 1 deletions
|
|
@ -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)))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue