diff options
Diffstat (limited to 'clang/test/Parser/ms-square-bracket-attributes.mm')
-rw-r--r-- | clang/test/Parser/ms-square-bracket-attributes.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Parser/ms-square-bracket-attributes.mm b/clang/test/Parser/ms-square-bracket-attributes.mm index 41d69fc9d27..b17d6d7f496 100644 --- a/clang/test/Parser/ms-square-bracket-attributes.mm +++ b/clang/test/Parser/ms-square-bracket-attributes.mm @@ -41,6 +41,8 @@ namespace { [uuid("{000000A0-0000-0000-C000-000000000049}", "1")] struct S {}; // expected-error@+1 {{expected '('}} [uuid{"000000A0-0000-0000-C000-000000000049"}] struct T {}; +// expected-error@+1 {{expected ')'}} expected-note@+1 {{to match this '('}} +[uuid("000000A0-0000-0000-C000-000000000049"}] struct U {}; // In addition to uuids in string literals, cl also allows uuids that are not |