Skip to content
Snippets Groups Projects
Commit f2fd091c authored by pfdietz's avatar pfdietz
Browse files

Fixed typo in test names.

parent 9562c12f
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
collect type)) collect type))
nil) nil)
(deftest subtypep.aray.6 (deftest subtypep.array.6
(loop (loop
for etype in (cons '* *array-element-types*) for etype in (cons '* *array-element-types*)
append append
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
`(array ,etype (* 10 * 29 *)))) `(array ,etype (* 10 * 29 *))))
nil) nil)
(deftest subtypep.aray.7 (deftest subtypep.array.7
(let ((etypes *array-element-types*)) (let ((etypes *array-element-types*))
(loop (loop
for etp1 in etypes for etp1 in etypes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment