summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/ignore-weakimport-method.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/ignore-weakimport-method.m')
-rw-r--r--clang/test/SemaObjC/ignore-weakimport-method.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/ignore-weakimport-method.m b/clang/test/SemaObjC/ignore-weakimport-method.m
index f80312ac06f..d71cebf2c79 100644
--- a/clang/test/SemaObjC/ignore-weakimport-method.m
+++ b/clang/test/SemaObjC/ignore-weakimport-method.m
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
-
@interface foo
+ (void) cx __attribute__((weak_import));
- (void) x __attribute__((weak_import));
OpenPOWER on IntegriCloud