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

Added some tests for vector structures.

parent 0f906ffb
No related branches found
No related tags found
No related merge requests found
...@@ -207,6 +207,12 @@ ...@@ -207,6 +207,12 @@
(:type list) :named) (:type list) :named)
a39 b39 c39) a39 b39 c39)
;;; Vector structures
(defstruct-with-tests (struct-test-40 (:type vector)) a40 b40)
(defstruct-with-tests (struct-test-41 (:type vector) :named) a41 b41)
(defstruct-with-tests (struct-test-42 (:type (vector t))) a42 b42)
(defstruct-with-tests (struct-test-43 (:type (vector t)) :named) a43 b43)
......
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