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

Test that slots implemented as 'raw' (32 bit integer, for example) can be inherited.

parent 9c69404e
No related branches found
No related tags found
No related merge requests found
......@@ -478,6 +478,13 @@
(defstruct-with-tests struct-test-66 nil)
(defstruct-with-tests struct-test-67
(a 0 :type (integer 0 (#.(ash 1 32))))
(b nil))
(defstruct-with-tests (struct-test-68 (:include struct-test-67))
c d)
;;; Error tests
(deftest copy-structure.error.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment