Mercurial > hg > CbC > CbC_llvm
diff clang/test/Parser/objc-implementation-attrs.m @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/clang/test/Parser/objc-implementation-attrs.m Tue Jun 15 19:13:43 2021 +0900 +++ b/clang/test/Parser/objc-implementation-attrs.m Tue Jun 15 19:15:29 2021 +0900 @@ -41,7 +41,7 @@ I5 *i5; -// expected-error@+1 2 {{'annotate' attribute takes one argument}} +// expected-error@+1 2 {{'annotate' attribute takes at least 1 argument}} #pragma clang attribute push (__attribute__((annotate)), apply_to=objc_implementation) @interface I6 @end @interface I6 (MyCat) @end