summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/cl-macs-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/emacs-lisp/cl-macs-tests.el')
-rw-r--r--test/lisp/emacs-lisp/cl-macs-tests.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/lisp/emacs-lisp/cl-macs-tests.el b/test/lisp/emacs-lisp/cl-macs-tests.el
index 9236ac73b50..f0bde7af397 100644
--- a/test/lisp/emacs-lisp/cl-macs-tests.el
+++ b/test/lisp/emacs-lisp/cl-macs-tests.el
@@ -497,13 +497,4 @@ collection clause."
vconcat (vector (1+ x)))
[2 3 4 5 6])))
-
-(ert-deftest cl-defstruct/builtin-type ()
- (should-error
- (macroexpand '(cl-defstruct hash-table))
- :type 'wrong-type-argument)
- (should-error
- (macroexpand '(cl-defstruct (hash-table (:predicate hash-table-p))))
- :type 'wrong-type-argument))
-
;;; cl-macs-tests.el ends here