diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-08-17 23:54:00 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-08-17 23:54:00 +0000 |
commit | b300eac47b691cd5391340ca8862c4a62abea1ef (patch) | |
tree | 6b4d4d1658336adf035601c4f69c5797e51ef844 /clang/test | |
parent | c0cd01764feffe4e481f1b5c02722783fe219434 (diff) | |
download | bcm5719-llvm-b300eac47b691cd5391340ca8862c4a62abea1ef.tar.gz bcm5719-llvm-b300eac47b691cd5391340ca8862c4a62abea1ef.zip |
Quickfix for failing tests.
llvm-svn: 340110
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/ARCMT/objcmt-arc-cf-annotations.m.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/ARCMT/objcmt-arc-cf-annotations.m.result b/clang/test/ARCMT/objcmt-arc-cf-annotations.m.result index 84bc43dcb5c..ac4794820ee 100644 --- a/clang/test/ARCMT/objcmt-arc-cf-annotations.m.result +++ b/clang/test/ARCMT/objcmt-arc-cf-annotations.m.result @@ -299,11 +299,11 @@ extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn stat @protocol QCCompositionRenderer - (NSDictionary*) attributes; @end @interface QCRenderer : NSObject <QCCompositionRenderer> { } -- (id) createSnapshotImageOfType:(NSString*)type; +- (id) createSnapshotImageOfType:(NSString*)type NS_RETURNS_RETAINED; @end extern NSString* const QCViewDidStartRenderingNotification; @interface QCView : NSView <QCCompositionRenderer> { } -- (id) createSnapshotImageOfType:(NSString*)type; +- (id) createSnapshotImageOfType:(NSString*)type NS_RETURNS_RETAINED; @end enum { ICEXIFOrientation1 = 1, ICEXIFOrientation2 = 2, ICEXIFOrientation3 = 3, ICEXIFOrientation4 = 4, ICEXIFOrientation5 = 5, ICEXIFOrientation6 = 6, ICEXIFOrientation7 = 7, ICEXIFOrientation8 = 8, }; @class ICDevice; |