idlc/test/parser/attribute.tests | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit b38cc6f5ab745373f399bfc558b4fe70c89c717c Author: Stephan Bergmann <[email protected]> Date: Tue Jan 29 09:53:29 2013 +0100 Clarify that attribute setter raises list must not be empty Change-Id: Ic2d8b1e6f9dbaeee3e3ad9280236abd503de3ffd diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests index becd688..d5814ac 100644 --- a/idlc/test/parser/attribute.tests +++ b/idlc/test/parser/attribute.tests @@ -36,6 +36,14 @@ interface I1 { }; +EXPECT FAILURE "attribute.tests 3a": +interface I1 { + [attribute] long a { + set raises (); + }; +}; + + EXPECT SUCCESS "attribute.tests 4": exception E1 {}; interface I1 { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
