From: Fariborz Jahanian Date: Thu, 13 Dec 2007 00:16:34 +0000 (+0000) Subject: Fixed test to match the new diagnostic text. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4319b8437d3262981ba784486e37a768eaa643d7;p=clang 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 --- diff --git a/test/Sema/conflicting-ivar-test-1.m b/test/Sema/conflicting-ivar-test-1.m index 7d9cdb6223..6f24e8cb3a 100644 --- a/test/Sema/conflicting-ivar-test-1.m +++ b/test/Sema/conflicting-ivar-test-1.m @@ -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