aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/comptypes-a.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/comptypes-a.m')
-rw-r--r--test/SemaObjC/comptypes-a.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/comptypes-a.m b/test/SemaObjC/comptypes-a.m
index 936c6dfc5de9..5570d56b0b83 100644
--- a/test/SemaObjC/comptypes-a.m
+++ b/test/SemaObjC/comptypes-a.m
@@ -13,6 +13,7 @@ extern NSInteger codeAssistantCaseCompareItems(id a, id b, void *context);
NSInteger codeAssistantCaseCompareItems(id<PBXCompletionItem> a, id<PBXCompletionItem> b, void *context)
{
+ return 0;
}
@interface TedWantsToVerifyObjCDoesTheRightThing