summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-22 10:26:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-22 18:59:42 +0100
commit77820de0f5c47d73eb4a2aa71c78f0ee8177e14e (patch)
treeae3d6c45b285a76f13e00a775297a1d719cf536e /idlc
parentfcf4a5b8b009a96903d8133f79081b276cc56ccb (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 (cherry picked from commit 61c092497ebbc22f1ce92e185f9fb66353bb9172)
Diffstat (limited to 'idlc')
-rw-r--r--idlc/test/parser/attribute.tests6
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 {