diff options
Diffstat (limited to 'test/Sema/warn-documentation.m')
-rw-r--r-- | test/Sema/warn-documentation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/warn-documentation.m b/test/Sema/warn-documentation.m index 81919cfe77..5150955f63 100644 --- a/test/Sema/warn-documentation.m +++ b/test/Sema/warn-documentation.m @@ -98,7 +98,7 @@ int b; typedef int (^test_param1)(int aaa, int ccc); // rdar://13094352 -// expected-warning@+2 {{'@method' command should be used in a comment attached to an objective-C method declaration}} +// expected-warning@+2 {{'@method' command should be used in a comment attached to an Objective-C method declaration}} @interface I /*! @method Base64EncodeEx */ |