diff options
author | Anna Zaks <ganna@apple.com> | 2012-05-24 17:31:54 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-05-24 17:31:54 +0000 |
commit | 98553e894111627ac0bd4a6972431f09ea37f2c1 (patch) | |
tree | cd42026a279208399bbfbd5ec773cba0cb7eb99f /test/Analysis/cxx11-crashes.cpp | |
parent | b7ac65859476fdc2f45ea34a9677491a71694fc3 (diff) |
[analyzer] Fix typo. Thanks Jordy.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/cxx11-crashes.cpp')
-rw-r--r-- | test/Analysis/cxx11-crashes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/cxx11-crashes.cpp b/test/Analysis/cxx11-crashes.cpp index a7bfe4ebe5..2dc9b55293 100644 --- a/test/Analysis/cxx11-crashes.cpp +++ b/test/Analysis/cxx11-crashes.cpp @@ -32,7 +32,7 @@ void radar11487541() { fs::path p; } -// PR12873 radrar://11499139 +// PR12873 radar://11499139 void testFloatInitializer() { const float ysize={0.015}, xsize={0.01}; } |