summaryrefslogtreecommitdiff
path: root/idlc/test/parser/attribute.tests
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/test/parser/attribute.tests')
-rw-r--r--idlc/test/parser/attribute.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests
index 1e9b28d6d54a..bc6753f4554c 100644
--- a/idlc/test/parser/attribute.tests
+++ b/idlc/test/parser/attribute.tests
@@ -194,7 +194,7 @@ interface I1 {
EXPECT FAILURE "attribute.tests 23":
interface I1 {
- [attribute, removeable] long a;
+ [attribute, removable] long a;
};