]> granicus.if.org Git - clang/commitdiff
Fix testcase.
authorTed Kremenek <kremenek@apple.com>
Mon, 25 Mar 2013 23:05:40 +0000 (23:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 25 Mar 2013 23:05:40 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177934 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/format-darwin.m

index 79a3b388e76eca48524bf58c15093a7f1ce61887..f5205643489a0e39e971568e91d23c30ed7f352f 100644 (file)
@@ -215,6 +215,6 @@ void testCapitals() {
 
 void testLayeredTypedefs(OSStatus i) {
   printf("%s", i); // expected-warning {{values of type 'OSStatus' should not be used as format arguments}}
-  // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"d"
+  // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d"
 }