diff options
| author | Douglas Gregor <dgregor@apple.com> | 2012-08-17 05:40:05 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2012-08-17 05:40:05 +0000 |
| commit | e3eb777415157e8588da729c2c8bf2bb4a2cc4dd (patch) | |
| tree | 0ff22ae670732bd56af3de5fbe9eb3882df4ee75 /clang/test/CodeCompletion/objc-expr.m | |
| parent | cda209a9447c22c29eecc82109876b91863e4038 (diff) | |
| download | bcm5719-llvm-e3eb777415157e8588da729c2c8bf2bb4a2cc4dd.tar.gz bcm5719-llvm-e3eb777415157e8588da729c2c8bf2bb4a2cc4dd.zip | |
Make the spacing of the code completion result for NSDictionary
literals match the spacing introduced by the ObjC modernizer. Fixes
the rest of <rdar://problem/11889572>.
llvm-svn: 162084
Diffstat (limited to 'clang/test/CodeCompletion/objc-expr.m')
| -rw-r--r-- | clang/test/CodeCompletion/objc-expr.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeCompletion/objc-expr.m b/clang/test/CodeCompletion/objc-expr.m index b59586ab96c..d3c95a6e6ff 100644 --- a/clang/test/CodeCompletion/objc-expr.m +++ b/clang/test/CodeCompletion/objc-expr.m @@ -11,7 +11,7 @@ id testCompleteAfterAtSign() { // CHECK-AT: COMPLETION: Pattern : [#char[]#]encode(<#type-name#>) // CHECK-AT: COMPLETION: Pattern : [#Protocol *#]protocol(<#protocol-name#>) // CHECK-AT: COMPLETION: Pattern : [#SEL#]selector(<#selector#>) -// CHECK-AT: COMPLETION: Pattern : [#NSDictionary *#]{<#key#> : <#object, ...#>} +// CHECK-AT: COMPLETION: Pattern : [#NSDictionary *#]{<#key#>: <#object, ...#>} // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:4:11 %s -fconst-strings -o - | FileCheck -check-prefix=CONST-STRINGS %s // CHECK-CONST-STRINGS: COMPLETION: Pattern : [#const char[]#]encode(<#type-name#>) |

