From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Tue, 24 Nov 2015 19:27:32 +0000
> Cc: emacs-dev= el@gnu.org
>
>=C2=A0 =C2=A0 =C2=A0+ (let ((descr (should-error (mod-test-sum 1 2 3)))= )
>=C2=A0 =C2=A0 =C2=A0+ (should (eq (car descr) 'wrong-number-of-argu= ments))
>
>
> I think testing using :type would also accept subtypes of the given ty= pe, which
> I think would be preferrable (I'd expect that generally subtypes o= f the
> documented signals are allowed to be thrown).
I'm not sure I understand what you are saying.=C2=A0 Can you give an
example?