diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-06 07:43:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-06 07:43:28 +0000 |
commit | 4bf203c91f540db9f19047a6e0e05eae2a4fe817 (patch) | |
tree | f0886b0394e476ac8032dfc5161f8365c30a2a05 /test/CodeGen/cfstring2.c | |
parent | eb52b44caf9afbf4bfaf0e3e6f9426d90492b85b (diff) |
fix incorrect rdar number.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/cfstring2.c')
-rw-r--r-- | test/CodeGen/cfstring2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/cfstring2.c b/test/CodeGen/cfstring2.c index 605b9d5d41..f92dc8c177 100644 --- a/test/CodeGen/cfstring2.c +++ b/test/CodeGen/cfstring2.c @@ -7,7 +7,7 @@ void f() { CFSTR("Hello, World!"); } -// rdar://6248329 +// rdar://6151192 void *G = CFSTR("yo joe"); #endif |