commit | 25728d931a0cc4d3e953bbf2b8640b307456a8ee | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 06 07:43:28 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 06 07:43:28 2008 +0000 |
tree | 65c19849859706fd5c799e5ae0e842d3b19ddcc1 | |
parent | 1b0a00a4c91ff137a45294625be2250478bedeb5 [diff] [blame] |
fix incorrect rdar number. llvm-svn: 57165
diff --git a/clang/test/CodeGen/cfstring2.c b/clang/test/CodeGen/cfstring2.c index 605b9d5..f92dc8c 100644 --- a/clang/test/CodeGen/cfstring2.c +++ b/clang/test/CodeGen/cfstring2.c
@@ -7,7 +7,7 @@ CFSTR("Hello, World!"); } -// rdar://6248329 +// rdar://6151192 void *G = CFSTR("yo joe"); #endif