summaryrefslogtreecommitdiff
path: root/test/Analysis/region-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/region-1.m')
-rw-r--r--test/Analysis/region-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/region-1.m b/test/Analysis/region-1.m
index 9edb35b78b7c..6940c69dc1bc 100644
--- a/test/Analysis/region-1.m
+++ b/test/Analysis/region-1.m
@@ -25,7 +25,7 @@ typedef unsigned int NSUInteger;
CK_UNRESTRICTED= 0, CK_READ_ONLY, CK_ADD_ONLY, CK_REMOVE_ONLY };
@protocol EcoClass <EcoBehavioredClassifier> - (NSArray *) ownedAttributes;
@end @protocol EcoNamespace;
-@protocol EcoType;
+@protocol EcoType @end;
@protocol EcoClassifier <EcoNamespace,EcoType> - (NSArray *) features;
@end @protocol EcoComment;
@protocol EcoElement <NSObject> - (NSArray *) ownedElements;