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:
Fariborz Jahanian 2007-12-13 00:16:34 +00:00
Родитель 79a99f2c06
Коммит 4319b8437d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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