diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-03-25 23:05:40 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-03-25 23:05:40 +0000 |
commit | b27564e87575101d37ccfd2f9647f1274aeaa5cf (patch) | |
tree | 8ae46faaf42b3f4e1f2c28f25abebc0eab1e624e /test/FixIt/format-darwin.m | |
parent | 6edb029026d290f12393ed8389a3e1de596c77ec (diff) |
Fix testcase.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt/format-darwin.m')
-rw-r--r-- | test/FixIt/format-darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |