summaryrefslogtreecommitdiffstats
path: root/test/Index/code-completion.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-09 16:22:45 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-09 16:22:45 +0000
commit4bb2c284f5bfd34fe9c03050059349f8f43c5620 (patch)
tree57f51f0da6c6806d4cf237d838621936d863c18c /test/Index/code-completion.cpp
parentac06a7ca22869836a8bbc77968f0e0a09c2d7771 (diff)
Simplify test to deal with type-based ordering variations
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/code-completion.cpp')
-rw-r--r--test/Index/code-completion.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Index/code-completion.cpp b/test/Index/code-completion.cpp
index 14129cbeb4..313e56d733 100644
--- a/test/Index/code-completion.cpp
+++ b/test/Index/code-completion.cpp
@@ -34,8 +34,6 @@ void test_overloaded() {
// CHECK-MEMBER: FieldDecl:{TypedText member}
// CHECK-MEMBER: FunctionDecl:{Informative Y::}{TypedText memfunc}{LeftParen (}{Optional {Placeholder int i}}{RightParen )}
// CHECK-MEMBER: FunctionDecl:{Informative X::}{TypedText ~X}{LeftParen (}{RightParen )}
-// CHECK-MEMBER: FunctionDecl:{Informative Y::}{TypedText ~Y}{LeftParen (}{RightParen )}
-// CHECK-MEMBER: FunctionDecl:{TypedText ~Z}{LeftParen (}{RightParen )}
// CHECK-MEMBER: FunctionDecl:{TypedText operator int}{LeftParen (}{RightParen )}
// CHECK-MEMBER: FunctionDecl:{TypedText operator=}{LeftParen (}{Placeholder struct Z const &}{RightParen )}
// CHECK-MEMBER: StructDecl:{TypedText X}{Text ::}