commit | 85a95cfdb50618f432cd20ec5f57f703602ad0a3 | [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 | f0886b0394e476ac8032dfc5161f8365c30a2a05 | |
parent | d5e60995c877bf107d0f2a045d161d70b1634eec [diff] [blame] |
fix incorrect rdar number. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57165 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/cfstring2.c b/test/CodeGen/cfstring2.c index 605b9d5..f92dc8c 100644 --- a/test/CodeGen/cfstring2.c +++ b/test/CodeGen/cfstring2.c
@@ -7,7 +7,7 @@ CFSTR("Hello, World!"); } -// rdar://6248329 +// rdar://6151192 void *G = CFSTR("yo joe"); #endif