]> granicus.if.org Git - clang/commitdiff
Fix testcase for case.
authorEric Christopher <echristo@gmail.com>
Tue, 20 May 2014 17:15:31 +0000 (17:15 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 20 May 2014 17:15:31 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209218 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/misc-ps-region-store.m

index 7c0b780f374c9f10dfd0d0b993c7d7a4192074d7..58166484b822b1f218d15ae9faf433ce77cdfbce 100644 (file)
@@ -1362,5 +1362,5 @@ int rdar11125868() {
 int rdar11125868_positive() {
   int integersStackArray[1];
   int *integers = integersStackArray;
-  return integers[0] == 0; // expected-warning {{the left operand of '==' is a}}
+  return integers[0] == 0; // expected-warning {{The left operand of '==' is a}}
 }