diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-22 10:26:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-22 18:58:19 +0100 |
commit | 61c092497ebbc22f1ce92e185f9fb66353bb9172 (patch) | |
tree | f9b6b61b80245da60a5dc63e5f2186fd25b4d074 /idlc | |
parent | c5bb39d64d26398e9ebf8f973059a887c271052f (diff) |
attributes.tests idlc/unoidl diffs:
* global exception names no longer clash with local names
* repeating the same exception in a raises spec is caught now
Change-Id: I388aae4de59bddc1c69bf4c263297d0b92b47106
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/test/parser/attribute.tests | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests index bc6753f4554c..46f9c1a57262 100644 --- a/idlc/test/parser/attribute.tests +++ b/idlc/test/parser/attribute.tests @@ -92,7 +92,7 @@ interface I1 { }; -EXPECT FAILURE "attribute.tests 9": +EXPECT OLD-FAILURE "attribute.tests 9": exception E1 {}; interface I1 { void E1(); @@ -102,7 +102,7 @@ interface I1 { }; -EXPECT FAILURE "attribute.tests 10": +EXPECT OLD-FAILURE "attribute.tests 10": exception E1 {}; interface I1 { [attribute] long E1 { @@ -111,7 +111,7 @@ interface I1 { }; -EXPECT SUCCESS "attribute.tests 11": +EXPECT NEW-FAILURE "attribute.tests 11": exception E1 {}; interface I1 { [attribute] long a { |