]> granicus.if.org Git - clang/commitdiff
Fixed test to match the new diagnostic text.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 13 Dec 2007 00:16:34 +0000 (00:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 13 Dec 2007 00:16:34 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44966 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/conflicting-ivar-test-1.m

index 7d9cdb62234267d11c7e4035e48a906dea6e42e6..6f24e8cb3aa68e4a6d691e7a5342061e6758cf03 100644 (file)
@@ -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