summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {