зеркало из https://github.com/microsoft/clang-1.git
Remove '.' in expected warning
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
694eefb745
Коммит
f19f911916
|
@ -2,7 +2,7 @@
|
|||
|
||||
@interface A
|
||||
{
|
||||
@private int x; // expected-warning {{Instance variable 'x' in class 'A' is never used.}}
|
||||
@private int x; // expected-warning {{Instance variable 'x' in class 'A' is never used}}
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче