From: Ted Kremenek Date: Mon, 25 Mar 2013 23:05:40 +0000 (+0000) Subject: Fix testcase. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b27564e87575101d37ccfd2f9647f1274aeaa5cf;p=clang Fix testcase. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177934 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FixIt/format-darwin.m b/test/FixIt/format-darwin.m index 79a3b388e7..f520564348 100644 --- a/test/FixIt/format-darwin.m +++ b/test/FixIt/format-darwin.m @@ -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" }