summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-hiding.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-16 16:21:35 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-16 16:21:35 +0000
commitd754d5546ef1faa4216298fd95bc6a7f15808fd2 (patch)
tree4c17e19b36be58f34768cd63b6749cc532262470 /test/Index/complete-hiding.c
parentda531344723a0533230a7551dd12d6b7e464dc82 (diff)
Swap the priorities of constants and types, so that we prefer types.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/complete-hiding.c')
-rw-r--r--test/Index/complete-hiding.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Index/complete-hiding.c b/test/Index/complete-hiding.c
index e22e8cb3d5..937a16d844 100644
--- a/test/Index/complete-hiding.c
+++ b/test/Index/complete-hiding.c
@@ -25,8 +25,8 @@ void f() {
// CHECK-CC1: VarDecl:{ResultType int}{TypedText ValueB} (50)
// RUN: c-index-test -code-completion-at=%s:16:10 %s > %t
// RUN: FileCheck -check-prefix=CHECK-CC2 -input-file=%t %s
-// CHECK-CC2: StructDecl:{TypedText StructA} (65)
-// CHECK-CC2-NOT: StructDecl:{TypedText StructB} (65)
-// CHECK-CC2: StructDecl:{TypedText StructC} (65)
+// CHECK-CC2: StructDecl:{TypedText StructA} (60)
+// CHECK-CC2-NOT: StructDecl:{TypedText StructB} (60)
+// CHECK-CC2: StructDecl:{TypedText StructC} (60)
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:16:10 %s > %t
// RUN: FileCheck -check-prefix=CHECK-CC2 -input-file=%t %s