diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-04-14 14:01:31 +0000 |
commit | dbe13110f59f48b4dbb7552b3ac2935acdeece7f (patch) | |
tree | be1815eb79b42ff482a8562b13c2dcbf0c5dcbee /test/CodeCompletion/enum-switch-case.c | |
parent | 9da628931ebf2609493570f87824ca22402cc65f (diff) |
Notes
Diffstat (limited to 'test/CodeCompletion/enum-switch-case.c')
-rw-r--r-- | test/CodeCompletion/enum-switch-case.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeCompletion/enum-switch-case.c b/test/CodeCompletion/enum-switch-case.c index d5df37115222f..b83bd7f6474c9 100644 --- a/test/CodeCompletion/enum-switch-case.c +++ b/test/CodeCompletion/enum-switch-case.c @@ -40,6 +40,6 @@ void test(enum Color color) { // CHECK-CC2-NEXT: COMPLETION: Indigo : [#enum Color#]Indigo // CHECK-CC2-NEXT: COMPLETION: Orange : [#enum Color#]Orange // CHECK-CC2-NEXT: COMPLETION: Red : [#enum Color#]Red - // CHECK-CC2-NEXT: COMPLETION: Pattern : sizeof(<#expression-or-type#>) + // CHECK-CC2-NEXT: COMPLETION: Pattern : [#size_t#]sizeof(<#expression-or-type#>) // CHECK-CC2-NEXT: COMPLETION: Violet : [#enum Color#]Violet // CHECK-CC2-NEXT: COMPLETION: Yellow : [#enum Color#]Yellow |