summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2013-03-25 23:05:40 +0000
committerTed Kremenek <kremenek@apple.com>2013-03-25 23:05:40 +0000
commit30b77bf737f510202fce79e38ece58efa8c73def (patch)
treeed01fd23fe51ad3f2bb6f56eba8f4a22bc2d6f72 /clang/test
parent93b1f12ac1c315ce79d3986d3bfe405cf38f6fff (diff)
downloadbcm5719-llvm-30b77bf737f510202fce79e38ece58efa8c73def.tar.gz
bcm5719-llvm-30b77bf737f510202fce79e38ece58efa8c73def.zip
Fix testcase.
llvm-svn: 177934
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/FixIt/format-darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/FixIt/format-darwin.m b/clang/test/FixIt/format-darwin.m
index 79a3b388e76..f5205643489 100644
--- a/clang/test/FixIt/format-darwin.m
+++ b/clang/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"
}
OpenPOWER on IntegriCloud