зеркало из https://github.com/microsoft/clang-1.git
Fixed test to match the new diagnostic text.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
79a99f2c06
Коммит
4319b8437d
|
@ -21,7 +21,7 @@
|
|||
{
|
||||
@public
|
||||
int IVAR;
|
||||
int IVAR1; // expected-error {{inconsistent instance variable specification}}
|
||||
int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
|
||||
}
|
||||
@end
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
|||
@private
|
||||
|
||||
int IVAR;
|
||||
int IVAR1; // expected-error {{inconsistent instance variable specification}}
|
||||
int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче