diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/test/parser/attribute.tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests index becd688b8c79..d5814acbe9b0 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 { |